Shades of Cranberry #DC417C
Tints of Cranberry #DC417C
RGB
CMYK
RGB Variations
Color information
#DC417C (or 0xDC417C) is known color: Cranberry. HEX triplet: DC, 41 and 7C. RGB value is (220,65,124). Sum of RGB (Red+Green+Blue) = 220+65+124=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 65 (25.78% from 255 or 15.89% from 409); Blue value is 124 (48.83% from 255 or 30.32% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC417C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC417C is #23BE83. Grayscale: #757575. Windows color (decimal): -2342532 or 8143324. OLE color: 8143324.
HSL color Cylindrical-coordinate representation of color #DC417C: hue angle of 337.16º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC417C is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 65 | 124 | - |
| CMYK | 0 | 0.70 | 0.44 | 0.14 |
| HSL | 337.16º | 0.69% | 0.56% | - |
| HSV(B) | 337.16º | 0.7% | 0.86% | - |
| XYZ | 35.04 | 20.45 | 21.17 | - |
| YUV | 118.07 | 131.35 | 200.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 65 | 124 | 0 | 0.70 | 0.44 | 0.14 | 337.16 | 0.69 | 0.56 |
| Hex | DC | 41 | 7C | 0 | 46 | 2C | E | 151 | 45 | 38 |
| Octal | 334 | 101 | 174 | 0 | 106 | 54 | 16 | 521 | 105 | 70 |
| Binary | 11011100 | 1000001 | 1111100 | 0 | 1000110 | 101100 | 1110 | 101010001 | 1000101 | 111000 |
Color Harmonies of #DC417C
Complementary color
Monochromatic Colors of #DC417C
Black with #DC417C
Text Example
Text Example
White with #DC417C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC417C; }
p { color: rgb(220,65,124); }
H1.HeaderClassName
{
color: #DC417C;
}
.AnyTagClassName
{
color: #DC417C;
}
</style>
background-color css
<style>
a { background-color: #DC417C; }
a { background-color: rgb(220,65,124); }
div.DivClassName
{
background-color: #DC417C;
}
.BgClassName
{
background-color: #DC417C;
}
</style>
border-color css
<style>
span { border-color: #DC417C; }
span { border-color: rgb(220,65,124); }
td.TdClassName
{
border-color: #DC417C;
}
.TagClassName
{
border-color: #DC417C;
}
</style>