Html Css Color HEX #DA708B Deep Blush

📋 copy color: '#DA708B'

red 218 ◦ green 112 ◦ blue 139

#DA708B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Blush #DA708B

Tints of Deep Blush #DA708B

RGB

 RED value IS 218 (85.55% from 255) = 46.48%

 GREEN value IS 112 (44.14% from 255) = 23.88%

 BLUE value IS 139 (54.69% from 255) = 29.64%

R = 46.48%
G = 23.88%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA708B (or 0xDA708B) is known color: Deep Blush. HEX triplet: DA, 70 and 8B. RGB value is (218,112,139). Sum of RGB (Red+Green+Blue) = 218+112+139=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 112 (44.14% from 255 or 23.88% from 469); Blue value is 139 (54.69% from 255 or 29.64% from 469); Max value from RGB is 218 - color contains mainly: red. Hex color #DA708B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA708B is #258F74. Grayscale: #929292. Windows color (decimal): -2461557 or 9138394. OLE color: 9138394.

HSL color Cylindrical-coordinate representation of color #DA708B: hue angle of 344.72º 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 #DA708B is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 112 139 -
CMYK 0 0.49 0.36 0.15
HSL 344.72º 0.59% 0.65% -
HSV(B) 344.72º 0.49% 0.85% -
XYZ 39.37 28.36 27.82 -
YUV 146.77 123.62 178.8 -
System Red Green Blue C M Y K H S L
Decimal 218 112 139 0 0.49 0.36 0.15 344.72 0.59 0.65
Hex DA 70 8B 0 31 24 F 159 3B 41
Octal 332 160 213 0 61 44 17 531 73 101
Binary 11011010 1110000 10001011 0 110001 100100 1111 101011001 111011 1000001

Color Harmonies of #DA708B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA708B

Black with #DA708B

Text Example


Text Example

White with #DA708B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA708B; }

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

 H1.HeaderClassName
 {
   color: #DA708B;
 }
 .AnyTagClassName
 {
   color: #DA708B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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