Html Css Color HEX #D95587 Cranberry

📋 copy color: '#D95587'

red 217 ◦ green 85 ◦ blue 135

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

Shades of Cranberry #D95587

Tints of Cranberry #D95587

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.45%

 BLUE value IS 135 (53.13% from 255) = 30.89%

R = 49.66%
G = 19.45%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D95587 (or 0xD95587) is known color: Cranberry. HEX triplet: D9, 55 and 87. RGB value is (217,85,135). Sum of RGB (Red+Green+Blue) = 217+85+135=437 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.66% from 437); Green value is 85 (33.59% from 255 or 19.45% from 437); Blue value is 135 (53.12% from 255 or 30.89% from 437); Max value from RGB is 217 - color contains mainly: red. Hex color #D95587 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95587 is #26AA78. Grayscale: #828282. Windows color (decimal): -2534009 or 8869337. OLE color: 8869337.

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

Color convert

RGB 217 85 135 -
CMYK 0 0.61 0.38 0.15
HSL 337.27º 0.63% 0.59% -
HSV(B) 337.27º 0.61% 0.85% -
XYZ 36.24 23 25.45 -
YUV 130.17 130.73 189.93 -
System Red Green Blue C M Y K H S L
Decimal 217 85 135 0 0.61 0.38 0.15 337.27 0.63 0.59
Hex D9 55 87 0 3D 26 F 151 3F 3B
Octal 331 125 207 0 75 46 17 521 77 73
Binary 11011001 1010101 10000111 0 111101 100110 1111 101010001 111111 111011

Color Harmonies of #D95587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95587

Black with #D95587

Text Example


Text Example

White with #D95587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95587; }

 p { color: rgb(217,85,135); }

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

background-color css

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

 a { background-color: rgb(217,85,135); }

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

border-color css

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

 span { border-color: rgb(217,85,135); }

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