Html Css Color HEX #D95087 Cranberry

📋 copy color: '#D95087'

red 217 ◦ green 80 ◦ blue 135

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

Shades of Cranberry #D95087

Tints of Cranberry #D95087

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.52%

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

R = 50.23%
G = 18.52%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D95087 (or 0xD95087) is known color: Cranberry. HEX triplet: D9, 50 and 87. RGB value is (217,80,135). Sum of RGB (Red+Green+Blue) = 217+80+135=432 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.23% from 432); Green value is 80 (31.64% from 255 or 18.52% from 432); Blue value is 135 (53.12% from 255 or 31.25% from 432); Max value from RGB is 217 - color contains mainly: red. Hex color #D95087 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95087 is #26AF78. Grayscale: #7F7F7F. Windows color (decimal): -2535289 or 8868057. OLE color: 8868057.

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

Color convert

RGB 217 80 135 -
CMYK 0 0.63 0.38 0.15
HSL 335.91º 0.64% 0.58% -
HSV(B) 335.91º 0.63% 0.85% -
XYZ 35.86 22.24 25.32 -
YUV 127.23 132.39 192.03 -
System Red Green Blue C M Y K H S L
Decimal 217 80 135 0 0.63 0.38 0.15 335.91 0.64 0.58
Hex D9 50 87 0 3F 26 F 150 40 3A
Octal 331 120 207 0 77 46 17 520 100 72
Binary 11011001 1010000 10000111 0 111111 100110 1111 101010000 1000000 111010

Color Harmonies of #D95087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95087

Black with #D95087

Text Example


Text Example

White with #D95087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95087; }

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

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

background-color css

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

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

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

border-color css

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

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

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