Html Css Color HEX #D96185 Deep Blush

📋 copy color: '#D96185'

red 217 ◦ green 97 ◦ blue 133

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

Shades of Deep Blush #D96185

Tints of Deep Blush #D96185

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.7%

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

R = 48.55%
G = 21.7%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#D96185 (or 0xD96185) is known color: Deep Blush. HEX triplet: D9, 61 and 85. RGB value is (217,97,133). Sum of RGB (Red+Green+Blue) = 217+97+133=447 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.55% from 447); Green value is 97 (38.28% from 255 or 21.70% from 447); Blue value is 133 (52.34% from 255 or 29.75% from 447); Max value from RGB is 217 - color contains mainly: red. Hex color #D96185 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96185 is #269E7A. Grayscale: #888888. Windows color (decimal): -2530939 or 8741337. OLE color: 8741337.

HSL color Cylindrical-coordinate representation of color #D96185: hue angle of 342º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D96185 is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 97 133 -
CMYK 0 0.55 0.39 0.15
HSL 342º 0.61% 0.62% -
HSV(B) 342º 0.55% 0.85% -
XYZ 37.12 24.99 25.06 -
YUV 136.98 125.76 185.07 -
System Red Green Blue C M Y K H S L
Decimal 217 97 133 0 0.55 0.39 0.15 342 0.61 0.62
Hex D9 61 85 0 37 27 F 156 3D 3E
Octal 331 141 205 0 67 47 17 526 75 76
Binary 11011001 1100001 10000101 0 110111 100111 1111 101010110 111101 111110

Color Harmonies of #D96185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96185

Black with #D96185

Text Example


Text Example

White with #D96185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96185; }

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

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

background-color css

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

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

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

border-color css

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

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

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