#D94276

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

Shades of Cranberry #D94276

Tints of Cranberry #D94276

Color information

#D94276 (or 0xD94276) is unknown color: approx Cranberry. HEX triplet: D9, 42 and 76. RGB value is (217,66,118). Sum of RGB (Red+Green+Blue) = 217+66+118=401 (53% of max value = 765). Red value is 217 (85.16% from 255 or 54.11% from 401); Green value is 66 (26.17% from 255 or 16.46% from 401); Blue value is 118 (46.48% from 255 or 29.43% from 401); Max value from RGB is 217 - color contains mainly: red. Hex color #D94276 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94276 is #26BD89. Grayscale: #757575. Windows color (decimal): -2538890 or 7750361. OLE color: 7750361.

HSL color Cylindrical-coordinate representation of color #D94276: hue angle of 339.34º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D94276 is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB21766118-
CMYK00.700.460.15
HSL339.34º66.52%55.49%-
HSV(B)339.34º69.59%85.1%-
XYZ33.8319.9619.21-
YUV117.08128.53199.27-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 54.11%
GREEN value IS 66 (26.17% from 255) = 16.46%
BLUE value IS 118 (46.48% from 255) = 29.43%
R=54.11%
G=16.46%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2176611800.700.460.15339.3466.5255.49
HexD942760462EF1534337
Octal3311021660106561752310367
Binary11011001100001011101100100011010111011111010100111000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94276; }

 p { color: rgb(217,66,118); }

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

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

 a { background-color: rgb(217,66,118); }

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

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

 span { border-color: rgb(217,66,118); }

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