#DC597D

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

Shades of Cranberry #DC597D

Tints of Cranberry #DC597D

Color information

#DC597D (or 0xDC597D) is unknown color: approx Cranberry. HEX triplet: DC, 59 and 7D. RGB value is (220,89,125). Sum of RGB (Red+Green+Blue) = 220+89+125=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 89 (35.16% from 255 or 20.51% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DC597D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC597D is #23A682. Grayscale: #848484. Windows color (decimal): -2336387 or 8215004. OLE color: 8215004.

HSL color Cylindrical-coordinate representation of color #DC597D: hue angle of 343.51º 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 #DC597D is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB22089125-
CMYK00.600.430.14
HSL343.51º65.17%60.59%-
HSV(B)343.51º59.55%86.27%-
XYZ36.7923.8422.06-
YUV132.27123.9190.57-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 50.69%
GREEN value IS 89 (35.16% from 255) = 20.51%
BLUE value IS 125 (49.22% from 255) = 28.80%
R=50.69%
G=20.51%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2208912500.600.430.14343.5165.1760.59
HexDC597D03C2BE158413d
Octal334131175074531653010175
Binary1101110010110011111101011110010101111101010110001000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC597D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC597D; }

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

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

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

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

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

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

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

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