#DC4E81

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

Shades of Cranberry #DC4E81

Tints of Cranberry #DC4E81

Color information

#DC4E81 (or 0xDC4E81) is unknown color: approx Cranberry. HEX triplet: DC, 4E and 81. RGB value is (220,78,129). Sum of RGB (Red+Green+Blue) = 220+78+129=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 78 (30.86% from 255 or 18.27% from 427); Blue value is 129 (50.78% from 255 or 30.21% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4E81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC4E81 is #23B17E. Grayscale: #7E7E7E. Windows color (decimal): -2339199 or 8474332. OLE color: 8474332.

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

Color convert

RGB22078129-
CMYK00.650.410.14
HSL338.45º66.98%58.43%-
HSV(B)338.45º64.55%86.27%-
XYZ36.222.2523.16-
YUV126.27129.54194.85-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 51.52%
GREEN value IS 78 (30.86% from 255) = 18.27%
BLUE value IS 129 (50.78% from 255) = 30.21%
R=51.52%
G=18.27%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2207812900.650.410.14338.4566.9858.43
HexDC4E8104129E152433a
Octal3341162010101511652210372
Binary110111001001110100000010100000110100111101010100101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4E81; }

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

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

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

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

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

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

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

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