Html Css Color HEX #D96685 Deep Blush

📋 copy color: '#D96685'

red 217 ◦ green 102 ◦ blue 133

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

Shades of Deep Blush #D96685

Tints of Deep Blush #D96685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 29.42%

R = 48.01%
G = 22.57%
B = 29.42%

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

#D96685 (or 0xD96685) is known color: Deep Blush. HEX triplet: D9, 66 and 85. RGB value is (217,102,133). Sum of RGB (Red+Green+Blue) = 217+102+133=452 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.01% from 452); Green value is 102 (40.23% from 255 or 22.57% from 452); Blue value is 133 (52.34% from 255 or 29.42% from 452); Max value from RGB is 217 - color contains mainly: red. Hex color #D96685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96685 is #26997A. Grayscale: #8B8B8B. Windows color (decimal): -2529659 or 8742617. OLE color: 8742617.

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

Color convert

RGB 217 102 133 -
CMYK 0 0.53 0.39 0.15
HSL 343.83º 0.6% 0.63% -
HSV(B) 343.83º 0.53% 0.85% -
XYZ 37.6 25.95 25.22 -
YUV 139.92 124.1 182.98 -
System Red Green Blue C M Y K H S L
Decimal 217 102 133 0 0.53 0.39 0.15 343.83 0.6 0.63
Hex D9 66 85 0 35 27 F 158 3C 3F
Octal 331 146 205 0 65 47 17 530 74 77
Binary 11011001 1100110 10000101 0 110101 100111 1111 101011000 111100 111111

Color Harmonies of #D96685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96685

Black with #D96685

Text Example


Text Example

White with #D96685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96685; }

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

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

background-color css

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

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

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

border-color css

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

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

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