#DC4481

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

Shades of Cranberry #DC4481

Tints of Cranberry #DC4481

Color information

#DC4481 (or 0xDC4481) is unknown color: approx Cranberry. HEX triplet: DC, 44 and 81. RGB value is (220,68,129). Sum of RGB (Red+Green+Blue) = 220+68+129=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 68 (26.95% from 255 or 16.31% from 417); Blue value is 129 (50.78% from 255 or 30.94% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4481 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4481 is #23BB7E. Grayscale: #787878. Windows color (decimal): -2341759 or 8471772. OLE color: 8471772.

HSL color Cylindrical-coordinate representation of color #DC4481: hue angle of 335.92º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC4481 is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB22068129-
CMYK00.690.410.14
HSL335.92º68.47%56.47%-
HSV(B)335.92º69.09%86.27%-
XYZ35.5420.9322.94-
YUV120.4132.86199.04-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 52.76%
GREEN value IS 68 (26.95% from 255) = 16.31%
BLUE value IS 129 (50.78% from 255) = 30.94%
R=52.76%
G=16.31%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2206812900.690.410.14335.9268.4756.47
HexDC448104529E1504438
Octal3341042010105511652010470
Binary110111001000100100000010100010110100111101010100001000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4481; }

 p { color: rgb(220,68,129); }

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

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

 a { background-color: rgb(220,68,129); }

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

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

 span { border-color: rgb(220,68,129); }

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