#DA708A

Color #DA708A Deep Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Blush #DA708A

Tints of Deep Blush #DA708A

Color information

#DA708A (or 0xDA708A) is unknown color: approx Deep Blush. HEX triplet: DA, 70 and 8A. RGB value is (218,112,138). Sum of RGB (Red+Green+Blue) = 218+112+138=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 112 (44.14% from 255 or 23.93% from 468); Blue value is 138 (54.30% from 255 or 29.49% from 468); Max value from RGB is 218 - color contains mainly: red. Hex color #DA708A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA708A is #258F75. Grayscale: #929292. Windows color (decimal): -2461558 or 9072858. OLE color: 9072858.

HSL color Cylindrical-coordinate representation of color #DA708A: hue angle of 345.28º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA708A is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB218112138-
CMYK00.490.370.15
HSL345.28º58.89%64.71%-
HSV(B)345.28º48.62%85.49%-
XYZ39.328.3327.44-
YUV146.66123.12178.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 218 (85.55% from 255) = 46.58%
GREEN value IS 112 (44.14% from 255) = 23.93%
BLUE value IS 138 (54.30% from 255) = 29.49%
R=46.58%
G=23.93%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811213800.490.370.15345.2858.8964.71
HexDA708A03125F1593b41
Octal332160212061451753173101
Binary11011010111000010001010011000110010111111010110011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA708A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA708A; }

 p { color: rgb(218,112,138); }

 H1.HeaderClassName
 {
   color: #DA708A;
 }
 .AnyTagClassName
 {
   color: #DA708A;
 }
</style>
background-color css

<style>
 a { background-color: #DA708A; }

 a { background-color: rgb(218,112,138); }

 div.DivClassName
 {
   background-color: #DA708A;
 }
 .BgClassName
 {
   background-color: #DA708A;
 }
</style>
border-color css

<style>
 span { border-color: #DA708A; }

 span { border-color: rgb(218,112,138); }

 td.TdClassName
 {
   border-color: #DA708A;
 }
 .TagClassName
 {
   border-color: #DA708A;
 }
</style>