Html Css Color HEX #D95588 Cranberry

📋 copy color: '#D95588'

red 217 ◦ green 85 ◦ blue 136

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

Shades of Cranberry #D95588

Tints of Cranberry #D95588

RGB

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

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

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

R = 49.54%
G = 19.41%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D95588 (or 0xD95588) is known color: Cranberry. HEX triplet: D9, 55 and 88. RGB value is (217,85,136). Sum of RGB (Red+Green+Blue) = 217+85+136=438 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.54% from 438); Green value is 85 (33.59% from 255 or 19.41% from 438); Blue value is 136 (53.52% from 255 or 31.05% from 438); Max value from RGB is 217 - color contains mainly: red. Hex color #D95588 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95588 is #26AA77. Grayscale: #828282. Windows color (decimal): -2534008 or 8934873. OLE color: 8934873.

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

Color convert

RGB 217 85 136 -
CMYK 0 0.61 0.37 0.15
HSL 336.82º 0.63% 0.59% -
HSV(B) 336.82º 0.61% 0.85% -
XYZ 36.31 23.03 25.82 -
YUV 130.28 131.23 189.85 -
System Red Green Blue C M Y K H S L
Decimal 217 85 136 0 0.61 0.37 0.15 336.82 0.63 0.59
Hex D9 55 88 0 3D 25 F 151 3F 3B
Octal 331 125 210 0 75 45 17 521 77 73
Binary 11011001 1010101 10001000 0 111101 100101 1111 101010001 111111 111011

Color Harmonies of #D95588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95588

Black with #D95588

Text Example


Text Example

White with #D95588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95588; }

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

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

background-color css

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

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

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

border-color css

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

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

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