Html Css Color HEX #D95387 Cranberry

📋 copy color: '#D95387'

red 217 ◦ green 83 ◦ blue 135

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

Shades of Cranberry #D95387

Tints of Cranberry #D95387

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.08%

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

R = 49.89%
G = 19.08%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D95387 (or 0xD95387) is known color: Cranberry. HEX triplet: D9, 53 and 87. RGB value is (217,83,135). Sum of RGB (Red+Green+Blue) = 217+83+135=435 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.89% from 435); Green value is 83 (32.81% from 255 or 19.08% from 435); Blue value is 135 (53.12% from 255 or 31.03% from 435); Max value from RGB is 217 - color contains mainly: red. Hex color #D95387 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95387 is #26AC78. Grayscale: #808080. Windows color (decimal): -2534521 or 8868825. OLE color: 8868825.

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

Color convert

RGB 217 83 135 -
CMYK 0 0.62 0.38 0.15
HSL 336.72º 0.64% 0.59% -
HSV(B) 336.72º 0.62% 0.85% -
XYZ 36.08 22.69 25.4 -
YUV 128.99 131.39 190.77 -
System Red Green Blue C M Y K H S L
Decimal 217 83 135 0 0.62 0.38 0.15 336.72 0.64 0.59
Hex D9 53 87 0 3E 26 F 151 40 3B
Octal 331 123 207 0 76 46 17 521 100 73
Binary 11011001 1010011 10000111 0 111110 100110 1111 101010001 1000000 111011

Color Harmonies of #D95387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95387

Black with #D95387

Text Example


Text Example

White with #D95387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95387; }

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

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

background-color css

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

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

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

border-color css

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

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

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