#DD4874

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

Shades of Cranberry #DD4874

Tints of Cranberry #DD4874

Color information

#DD4874 (or 0xDD4874) is unknown color: approx Cranberry. HEX triplet: DD, 48 and 74. RGB value is (221,72,116). Sum of RGB (Red+Green+Blue) = 221+72+116=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 72 (28.52% from 255 or 17.60% from 409); Blue value is 116 (45.70% from 255 or 28.36% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4874 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4874 is #22B78B. Grayscale: #797979. Windows color (decimal): -2275212 or 7620829. OLE color: 7620829.

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

Color convert

RGB22172116-
CMYK00.670.480.13
HSL342.28º68.66%57.45%-
HSV(B)342.28º67.42%86.67%-
XYZ35.2921.2718.77-
YUV121.57124.86198.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 54.03%
GREEN value IS 72 (28.52% from 255) = 17.60%
BLUE value IS 116 (45.70% from 255) = 28.36%
R=54.03%
G=17.60%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217211600.670.480.13342.2868.6657.45
HexDD487404330D1564539
Octal3351101640103601552610571
Binary11011101100100011101000100001111000011011010101101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4874; }

 p { color: rgb(221,72,116); }

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

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

 a { background-color: rgb(221,72,116); }

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

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

 span { border-color: rgb(221,72,116); }

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