Html Css Color HEX #D96285 Deep Blush

📋 copy color: '#D96285'

red 217 ◦ green 98 ◦ blue 133

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

Shades of Deep Blush #D96285

Tints of Deep Blush #D96285

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.88%

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

R = 48.44%
G = 21.88%
B = 29.69%

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

#D96285 (or 0xD96285) is known color: Deep Blush. HEX triplet: D9, 62 and 85. RGB value is (217,98,133). Sum of RGB (Red+Green+Blue) = 217+98+133=448 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.44% from 448); Green value is 98 (38.67% from 255 or 21.88% from 448); Blue value is 133 (52.34% from 255 or 29.69% from 448); Max value from RGB is 217 - color contains mainly: red. Hex color #D96285 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96285 is #269D7A. Grayscale: #898989. Windows color (decimal): -2530683 or 8741593. OLE color: 8741593.

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

Color convert

RGB 217 98 133 -
CMYK 0 0.55 0.39 0.15
HSL 342.35º 0.61% 0.62% -
HSV(B) 342.35º 0.55% 0.85% -
XYZ 37.22 25.18 25.09 -
YUV 137.57 125.42 184.65 -
System Red Green Blue C M Y K H S L
Decimal 217 98 133 0 0.55 0.39 0.15 342.35 0.61 0.62
Hex D9 62 85 0 37 27 F 156 3D 3E
Octal 331 142 205 0 67 47 17 526 75 76
Binary 11011001 1100010 10000101 0 110111 100111 1111 101010110 111101 111110

Color Harmonies of #D96285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96285

Black with #D96285

Text Example


Text Example

White with #D96285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96285; }

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

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

background-color css

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

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

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

border-color css

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

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

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