#DC5973

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

Shades of Cranberry #DC5973

Tints of Cranberry #DC5973

Color information

#DC5973 (or 0xDC5973) is unknown color: approx Cranberry. HEX triplet: DC, 59 and 73. RGB value is (220,89,115). Sum of RGB (Red+Green+Blue) = 220+89+115=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 89 (35.16% from 255 or 20.99% from 424); Blue value is 115 (45.31% from 255 or 27.12% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5973 is #23A68C. Grayscale: #838383. Windows color (decimal): -2336397 or 7559644. OLE color: 7559644.

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

Color convert

RGB22089115-
CMYK00.600.480.14
HSL348.09º65.17%60.59%-
HSV(B)348.09º59.55%86.27%-
XYZ36.1823.618.87-
YUV131.13118.9191.39-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 51.89%
GREEN value IS 89 (35.16% from 255) = 20.99%
BLUE value IS 115 (45.31% from 255) = 27.12%
R=51.89%
G=20.99%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.48
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2208911500.600.480.14348.0965.1760.59
HexDC597303C30E15c413d
Octal334131163074601653410175
Binary1101110010110011110011011110011000011101010111001000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5973; }

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

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

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

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

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

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

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

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