#DC5284

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

Shades of Cranberry #DC5284

Tints of Cranberry #DC5284

Color information

#DC5284 (or 0xDC5284) is unknown color: approx Cranberry. HEX triplet: DC, 52 and 84. RGB value is (220,82,132). Sum of RGB (Red+Green+Blue) = 220+82+132=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 82 (32.42% from 255 or 18.89% from 434); Blue value is 132 (51.95% from 255 or 30.41% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5284 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5284 is #23AD7B. Grayscale: #808080. Windows color (decimal): -2338172 or 8671964. OLE color: 8671964.

HSL color Cylindrical-coordinate representation of color #DC5284: hue angle of 338.26º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC5284 is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB22082132-
CMYK00.630.400.14
HSL338.26º66.35%59.22%-
HSV(B)338.26º62.73%86.27%-
XYZ36.722.9224.32-
YUV128.96129.72192.93-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 50.69%
GREEN value IS 82 (32.42% from 255) = 18.89%
BLUE value IS 132 (51.95% from 255) = 30.41%
R=50.69%
G=18.89%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2208213200.630.400.14338.2666.3559.22
HexDC528403F28E152423b
Octal334122204077501652210273
Binary11011100101001010000100011111110100011101010100101000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5284; }

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

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

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

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

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

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

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

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