#DC4484

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

Shades of Cranberry #DC4484

Tints of Cranberry #DC4484

Color information

#DC4484 (or 0xDC4484) is unknown color: approx Cranberry. HEX triplet: DC, 44 and 84. RGB value is (220,68,132). Sum of RGB (Red+Green+Blue) = 220+68+132=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 68 (26.95% from 255 or 16.19% from 420); Blue value is 132 (51.95% from 255 or 31.43% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4484 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4484 is #23BB7B. Grayscale: #787878. Windows color (decimal): -2341756 or 8668380. OLE color: 8668380.

HSL color Cylindrical-coordinate representation of color #DC4484: hue angle of 334.74º 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 #DC4484 is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB22068132-
CMYK00.690.400.14
HSL334.74º68.47%56.47%-
HSV(B)334.74º69.09%86.27%-
XYZ35.7521.0224-
YUV120.74134.36198.8-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 52.38%
GREEN value IS 68 (26.95% from 255) = 16.19%
BLUE value IS 132 (51.95% from 255) = 31.43%
R=52.38%
G=16.19%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2206813200.690.400.14334.7468.4756.47
HexDC448404528E14f4438
Octal3341042040105501651710470
Binary110111001000100100001000100010110100011101010011111000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4484; }

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

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

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

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

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

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

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

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