#dc617c

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

Shades of Cranberry #DC617C

Tints of Cranberry #DC617C

Color information

#DC617C (or 0xDC617C) is unknown color: approx Cranberry. HEX triplet: DC, 61 and 7C. RGB value is (220,97,124). Sum of RGB (Red+Green+Blue) = 220+97+124=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 97 (38.28% from 255 or 22.00% from 441); Blue value is 124 (48.83% from 255 or 28.12% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DC617C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC617C is #239E83. Grayscale: #888888. Windows color (decimal): -2334340 or 8151516. OLE color: 8151516.

HSL color Cylindrical-coordinate representation of color #DC617C: hue angle of 346.83º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC617C is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB22097124-
CMYK00.560.440.14
HSL346.83º63.73%62.16%-
HSV(B)346.83º55.91%86.27%-
XYZ37.4325.2221.96-
YUV136.85120.75187.3-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.89%
GREEN value IS 97 (38.28% from 255) = 22.00%
BLUE value IS 124 (48.83% from 255) = 28.12%
R=49.89%
G=22.00%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.44
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2209712400.560.440.14346.8363.7362.16
HexDC617C0382CE15b403e
Octal334141174070541653310076
Binary1101110011000011111100011100010110011101010110111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc617c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc617c; }

 p { color: rgb(220,97,124); }

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

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

 a { background-color: rgb(220,97,124); }

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

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

 span { border-color: rgb(220,97,124); }

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