Html Css Color HEX #D9667E Deep Blush

📋 copy color: '#D9667E'

red 217 ◦ green 102 ◦ blue 126

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

Shades of Deep Blush #D9667E

Tints of Deep Blush #D9667E

RGB

 RED value IS 217 (85.16% from 255) = 48.76%

 GREEN value IS 102 (40.23% from 255) = 22.92%

 BLUE value IS 126 (49.61% from 255) = 28.31%

R = 48.76%
G = 22.92%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D9667E (or 0xD9667E) is known color: Deep Blush. HEX triplet: D9, 66 and 7E. RGB value is (217,102,126). Sum of RGB (Red+Green+Blue) = 217+102+126=445 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.76% from 445); Green value is 102 (40.23% from 255 or 22.92% from 445); Blue value is 126 (49.61% from 255 or 28.31% from 445); Max value from RGB is 217 - color contains mainly: red. Hex color #D9667E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9667E is #269981. Grayscale: #8B8B8B. Windows color (decimal): -2529666 or 8283865. OLE color: 8283865.

HSL color Cylindrical-coordinate representation of color #D9667E: hue angle of 347.48º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D9667E is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 102 126 -
CMYK 0 0.53 0.42 0.15
HSL 347.48º 0.6% 0.63% -
HSV(B) 347.48º 0.53% 0.85% -
XYZ 37.13 25.76 22.75 -
YUV 139.12 120.6 183.55 -
System Red Green Blue C M Y K H S L
Decimal 217 102 126 0 0.53 0.42 0.15 347.48 0.6 0.63
Hex D9 66 7E 0 35 2A F 15B 3C 3F
Octal 331 146 176 0 65 52 17 533 74 77
Binary 11011001 1100110 1111110 0 110101 101010 1111 101011011 111100 111111

Color Harmonies of #D9667E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9667E

Black with #D9667E

Text Example


Text Example

White with #D9667E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9667E; }

 p { color: rgb(217,102,126); }

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

background-color css

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

 a { background-color: rgb(217,102,126); }

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

border-color css

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

 span { border-color: rgb(217,102,126); }

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