#DC4873

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

Shades of Cranberry #DC4873

Tints of Cranberry #DC4873

Color information

#DC4873 (or 0xDC4873) is unknown color: approx Cranberry. HEX triplet: DC, 48 and 73. RGB value is (220,72,115). Sum of RGB (Red+Green+Blue) = 220+72+115=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 72 (28.52% from 255 or 17.69% from 407); Blue value is 115 (45.31% from 255 or 28.26% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4873 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4873 is #23B78C. Grayscale: #797979. Windows color (decimal): -2340749 or 7555292. OLE color: 7555292.

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

Color convert

RGB22072115-
CMYK00.670.480.14
HSL342.57º67.89%57.25%-
HSV(B)342.57º67.27%86.27%-
XYZ34.9321.0918.45-
YUV121.15124.53198.5-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 54.05%
GREEN value IS 72 (28.52% from 255) = 17.69%
BLUE value IS 115 (45.31% from 255) = 28.26%
R=54.05%
G=17.69%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.48
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2207211500.670.480.14342.5767.8957.25
HexDC487304330E1574439
Octal3341101630103601652710471
Binary11011100100100011100110100001111000011101010101111000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4873; }

 p { color: rgb(220,72,115); }

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

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

 a { background-color: rgb(220,72,115); }

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

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

 span { border-color: rgb(220,72,115); }

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