Html Css Color HEX #D95088 Cranberry

📋 copy color: '#D95088'

red 217 ◦ green 80 ◦ blue 136

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

Shades of Cranberry #D95088

Tints of Cranberry #D95088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 31.41%

R = 50.12%
G = 18.48%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D95088 (or 0xD95088) is known color: Cranberry. HEX triplet: D9, 50 and 88. RGB value is (217,80,136). Sum of RGB (Red+Green+Blue) = 217+80+136=433 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.12% from 433); Green value is 80 (31.64% from 255 or 18.48% from 433); Blue value is 136 (53.52% from 255 or 31.41% from 433); Max value from RGB is 217 - color contains mainly: red. Hex color #D95088 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95088 is #26AF77. Grayscale: #7F7F7F. Windows color (decimal): -2535288 or 8933593. OLE color: 8933593.

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

Color convert

RGB 217 80 136 -
CMYK 0 0.63 0.37 0.15
HSL 335.47º 0.64% 0.58% -
HSV(B) 335.47º 0.63% 0.85% -
XYZ 35.93 22.27 25.7 -
YUV 127.35 132.89 191.95 -
System Red Green Blue C M Y K H S L
Decimal 217 80 136 0 0.63 0.37 0.15 335.47 0.64 0.58
Hex D9 50 88 0 3F 25 F 14F 40 3A
Octal 331 120 210 0 77 45 17 517 100 72
Binary 11011001 1010000 10001000 0 111111 100101 1111 101001111 1000000 111010

Color Harmonies of #D95088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95088

Black with #D95088

Text Example


Text Example

White with #D95088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95088; }

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

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

background-color css

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

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

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

border-color css

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

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

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