Html Css Color HEX #D95188 Cranberry

📋 copy color: '#D95188'

red 217 ◦ green 81 ◦ blue 136

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

Shades of Cranberry #D95188

Tints of Cranberry #D95188

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.66%

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

R = 50%
G = 18.66%
B = 31.34%

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

#D95188 (or 0xD95188) is known color: Cranberry. HEX triplet: D9, 51 and 88. RGB value is (217,81,136). Sum of RGB (Red+Green+Blue) = 217+81+136=434 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50% from 434); Green value is 81 (32.03% from 255 or 18.66% from 434); Blue value is 136 (53.52% from 255 or 31.34% from 434); Max value from RGB is 217 - color contains mainly: red. Hex color #D95188 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95188 is #26AE77. Grayscale: #7F7F7F. Windows color (decimal): -2535032 or 8933849. OLE color: 8933849.

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

Color convert

RGB 217 81 136 -
CMYK 0 0.63 0.37 0.15
HSL 335.74º 0.64% 0.58% -
HSV(B) 335.74º 0.63% 0.85% -
XYZ 36 22.41 25.72 -
YUV 127.93 132.56 191.53 -
System Red Green Blue C M Y K H S L
Decimal 217 81 136 0 0.63 0.37 0.15 335.74 0.64 0.58
Hex D9 51 88 0 3F 25 F 150 40 3A
Octal 331 121 210 0 77 45 17 520 100 72
Binary 11011001 1010001 10001000 0 111111 100101 1111 101010000 1000000 111010

Color Harmonies of #D95188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95188

Black with #D95188

Text Example


Text Example

White with #D95188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95188; }

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

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

background-color css

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

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

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

border-color css

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

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

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