#DC5C73

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

Shades of Cranberry #DC5C73

Tints of Cranberry #DC5C73

Color information

#DC5C73 (or 0xDC5C73) is unknown color: approx Cranberry. HEX triplet: DC, 5C and 73. RGB value is (220,92,115). Sum of RGB (Red+Green+Blue) = 220+92+115=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 92 (36.33% from 255 or 21.55% from 427); Blue value is 115 (45.31% from 255 or 26.93% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5C73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5C73 is #23A38C. Grayscale: #848484. Windows color (decimal): -2335629 or 7560412. OLE color: 7560412.

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

Color convert

RGB22092115-
CMYK00.580.480.14
HSL349.22º64.65%61.18%-
HSV(B)349.22º58.18%86.27%-
XYZ36.4424.1118.95-
YUV132.89117.91190.13-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 51.52%
GREEN value IS 92 (36.33% from 255) = 21.55%
BLUE value IS 115 (45.31% from 255) = 26.93%
R=51.52%
G=21.55%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.48
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2209211500.580.480.14349.2264.6561.18
HexDC5C7303A30E15d413d
Octal334134163072601653510175
Binary1101110010111001110011011101011000011101010111011000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5C73; }

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

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

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

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

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

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

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

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