#D94B87

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

Shades of Cranberry #D94B87

Tints of Cranberry #D94B87

Color information

#D94B87 (or 0xD94B87) is unknown color: approx Cranberry. HEX triplet: D9, 4B and 87. RGB value is (217,75,135). Sum of RGB (Red+Green+Blue) = 217+75+135=427 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.82% from 427); Green value is 75 (29.69% from 255 or 17.56% from 427); Blue value is 135 (53.12% from 255 or 31.62% from 427); Max value from RGB is 217 - color contains mainly: red. Hex color #D94B87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94B87 is #26B478. Grayscale: #7C7C7C. Windows color (decimal): -2536569 or 8866777. OLE color: 8866777.

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

Color convert

RGB21775135-
CMYK00.650.380.15
HSL334.65º65.14%57.25%-
HSV(B)334.65º65.44%85.1%-
XYZ35.521.5325.21-
YUV124.3134.04194.12-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 50.82%
GREEN value IS 75 (29.69% from 255) = 17.56%
BLUE value IS 135 (53.12% from 255) = 31.62%
R=50.82%
G=17.56%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2177513500.650.380.15334.6565.1457.25
HexD94B8704126F14f4139
Octal3311132070101461751710171
Binary110110011001011100001110100000110011011111010011111000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94B87; }

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

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

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

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

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

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

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

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