#DC4A81

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

Shades of Cranberry #DC4A81

Tints of Cranberry #DC4A81

Color information

#DC4A81 (or 0xDC4A81) is unknown color: approx Cranberry. HEX triplet: DC, 4A and 81. RGB value is (220,74,129). Sum of RGB (Red+Green+Blue) = 220+74+129=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 74 (29.30% from 255 or 17.49% from 423); Blue value is 129 (50.78% from 255 or 30.50% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4A81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4A81 is #23B57E. Grayscale: #7B7B7B. Windows color (decimal): -2340223 or 8473308. OLE color: 8473308.

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

Color convert

RGB22074129-
CMYK00.660.410.14
HSL337.4º67.59%57.65%-
HSV(B)337.4º66.36%86.27%-
XYZ35.9321.723.06-
YUV123.92130.87196.53-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 52.01%
GREEN value IS 74 (29.30% from 255) = 17.49%
BLUE value IS 129 (50.78% from 255) = 30.50%
R=52.01%
G=17.49%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2207412900.660.410.14337.467.5957.65
HexDC4A8104229E151443a
Octal3341122010102511652110472
Binary110111001001010100000010100001010100111101010100011000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4A81; }

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

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

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

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

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

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

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

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