Html Css Color HEX #D95189 Cranberry

📋 copy color: '#D95189'

red 217 ◦ green 81 ◦ blue 137

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

Shades of Cranberry #D95189

Tints of Cranberry #D95189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 31.49%

R = 49.89%
G = 18.62%
B = 31.49%

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

#D95189 (or 0xD95189) is known color: Cranberry. HEX triplet: D9, 51 and 89. RGB value is (217,81,137). Sum of RGB (Red+Green+Blue) = 217+81+137=435 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.89% from 435); Green value is 81 (32.03% from 255 or 18.62% from 435); Blue value is 137 (53.91% from 255 or 31.49% from 435); Max value from RGB is 217 - color contains mainly: red. Hex color #D95189 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95189 is #26AE76. Grayscale: #7F7F7F. Windows color (decimal): -2535031 or 8999385. OLE color: 8999385.

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

Color convert

RGB 217 81 137 -
CMYK 0 0.63 0.37 0.15
HSL 335.29º 0.64% 0.58% -
HSV(B) 335.29º 0.63% 0.85% -
XYZ 36.07 22.44 26.1 -
YUV 128.05 133.06 191.45 -
System Red Green Blue C M Y K H S L
Decimal 217 81 137 0 0.63 0.37 0.15 335.29 0.64 0.58
Hex D9 51 89 0 3F 25 F 14F 40 3A
Octal 331 121 211 0 77 45 17 517 100 72
Binary 11011001 1010001 10001001 0 111111 100101 1111 101001111 1000000 111010

Color Harmonies of #D95189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95189

Black with #D95189

Text Example


Text Example

White with #D95189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95189; }

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

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

background-color css

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

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

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

border-color css

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

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

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