#d94987

Color #D94987 Cranberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cranberry #D94987

Tints of Cranberry #D94987

Color information

#D94987 (or 0xD94987) is unknown color: approx Cranberry. HEX triplet: D9, 49 and 87. RGB value is (217,73,135). Sum of RGB (Red+Green+Blue) = 217+73+135=425 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.06% from 425); Green value is 73 (28.91% from 255 or 17.18% from 425); Blue value is 135 (53.12% from 255 or 31.76% from 425); Max value from RGB is 217 - color contains mainly: red. Hex color #D94987 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94987 is #26B678. Grayscale: #7B7B7B. Windows color (decimal): -2537081 or 8866265. OLE color: 8866265.

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

Color convert

RGB21773135-
CMYK00.660.380.15
HSL334.17º65.45%56.86%-
HSV(B)334.17º66.36%85.1%-
XYZ35.3721.2725.16-
YUV123.12134.71194.96-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 51.06%
GREEN value IS 73 (28.91% from 255) = 17.18%
BLUE value IS 135 (53.12% from 255) = 31.76%
R=51.06%
G=17.18%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2177313500.660.380.15334.1765.4556.86
HexD9498704226F14e4139
Octal3311112070102461751610171
Binary110110011001001100001110100001010011011111010011101000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d94987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d94987; }

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

 H1.HeaderClassName
 {
   color: #d94987;
 }
 .AnyTagClassName
 {
   color: #d94987;
 }
</style>
background-color css

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

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

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

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

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

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