Html Css Color HEX #D96684 Deep Blush

📋 copy color: '#D96684'

red 217 ◦ green 102 ◦ blue 132

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

Shades of Deep Blush #D96684

Tints of Deep Blush #D96684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 29.27%

R = 48.12%
G = 22.62%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#D96684 (or 0xD96684) is known color: Deep Blush. HEX triplet: D9, 66 and 84. RGB value is (217,102,132). Sum of RGB (Red+Green+Blue) = 217+102+132=451 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.12% from 451); Green value is 102 (40.23% from 255 or 22.62% from 451); Blue value is 132 (51.95% from 255 or 29.27% from 451); Max value from RGB is 217 - color contains mainly: red. Hex color #D96684 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96684 is #26997B. Grayscale: #8B8B8B. Windows color (decimal): -2529660 or 8677081. OLE color: 8677081.

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

Color convert

RGB 217 102 132 -
CMYK 0 0.53 0.39 0.15
HSL 344.35º 0.6% 0.63% -
HSV(B) 344.35º 0.53% 0.85% -
XYZ 37.53 25.92 24.85 -
YUV 139.81 123.6 183.06 -
System Red Green Blue C M Y K H S L
Decimal 217 102 132 0 0.53 0.39 0.15 344.35 0.6 0.63
Hex D9 66 84 0 35 27 F 158 3C 3F
Octal 331 146 204 0 65 47 17 530 74 77
Binary 11011001 1100110 10000100 0 110101 100111 1111 101011000 111100 111111

Color Harmonies of #D96684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96684

Black with #D96684

Text Example


Text Example

White with #D96684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96684; }

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

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

background-color css

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

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

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

border-color css

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

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

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