#D94871

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

Shades of Cranberry #D94871

Tints of Cranberry #D94871

Color information

#D94871 (or 0xD94871) is unknown color: approx Cranberry. HEX triplet: D9, 48 and 71. RGB value is (217,72,113). Sum of RGB (Red+Green+Blue) = 217+72+113=402 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.98% from 402); Green value is 72 (28.52% from 255 or 17.91% from 402); Blue value is 113 (44.53% from 255 or 28.11% from 402); Max value from RGB is 217 - color contains mainly: red. Hex color #D94871 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94871 is #26B78E. Grayscale: #787878. Windows color (decimal): -2537359 or 7424217. OLE color: 7424217.

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

Color convert

RGB21772113-
CMYK00.670.480.15
HSL343.03º65.61%56.67%-
HSV(B)343.03º66.82%85.1%-
XYZ33.9120.5817.81-
YUV120.03124.04197.17-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 53.98%
GREEN value IS 72 (28.52% from 255) = 17.91%
BLUE value IS 113 (44.53% from 255) = 28.11%
R=53.98%
G=17.91%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2177211300.670.480.15343.0365.6156.67
HexD9487104330F1574239
Octal3311101610103601752710271
Binary11011001100100011100010100001111000011111010101111000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94871; }

 p { color: rgb(217,72,113); }

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

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

 a { background-color: rgb(217,72,113); }

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

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

 span { border-color: rgb(217,72,113); }

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