Shades of Cranberry #DC417E
Tints of Cranberry #DC417E
RGB
CMYK
RGB Variations
Color information
#DC417E (or 0xDC417E) is known color: Cranberry. HEX triplet: DC, 41 and 7E. RGB value is (220,65,126). Sum of RGB (Red+Green+Blue) = 220+65+126=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 65 (25.78% from 255 or 15.82% from 411); Blue value is 126 (49.61% from 255 or 30.66% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC417E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC417E is #23BE81. Grayscale: #767676. Windows color (decimal): -2342530 or 8274396. OLE color: 8274396.
HSL color Cylindrical-coordinate representation of color #DC417E: hue angle of 336.39º 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 #DC417E is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 65 | 126 | - |
| CMYK | 0 | 0.70 | 0.43 | 0.14 |
| HSL | 336.39º | 0.69% | 0.56% | - |
| HSV(B) | 336.39º | 0.7% | 0.86% | - |
| XYZ | 35.17 | 20.5 | 21.84 | - |
| YUV | 118.3 | 132.35 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 65 | 126 | 0 | 0.70 | 0.43 | 0.14 | 336.39 | 0.69 | 0.56 |
| Hex | DC | 41 | 7E | 0 | 46 | 2B | E | 150 | 45 | 38 |
| Octal | 334 | 101 | 176 | 0 | 106 | 53 | 16 | 520 | 105 | 70 |
| Binary | 11011100 | 1000001 | 1111110 | 0 | 1000110 | 101011 | 1110 | 101010000 | 1000101 | 111000 |
Color Harmonies of #DC417E
Complementary color
Monochromatic Colors of #DC417E
Black with #DC417E
Text Example
Text Example
White with #DC417E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC417E; }
p { color: rgb(220,65,126); }
H1.HeaderClassName
{
color: #DC417E;
}
.AnyTagClassName
{
color: #DC417E;
}
</style>
background-color css
<style>
a { background-color: #DC417E; }
a { background-color: rgb(220,65,126); }
div.DivClassName
{
background-color: #DC417E;
}
.BgClassName
{
background-color: #DC417E;
}
</style>
border-color css
<style>
span { border-color: #DC417E; }
span { border-color: rgb(220,65,126); }
td.TdClassName
{
border-color: #DC417E;
}
.TagClassName
{
border-color: #DC417E;
}
</style>