Shades of Cranberry #DC417B
Tints of Cranberry #DC417B
RGB
CMYK
RGB Variations
Color information
#DC417B (or 0xDC417B) is known color: Cranberry. HEX triplet: DC, 41 and 7B. RGB value is (220,65,123). Sum of RGB (Red+Green+Blue) = 220+65+123=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 65 (25.78% from 255 or 15.93% from 408); Blue value is 123 (48.44% from 255 or 30.15% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DC417B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC417B is #23BE84. Grayscale: #757575. Windows color (decimal): -2342533 or 8077788. OLE color: 8077788.
HSL color Cylindrical-coordinate representation of color #DC417B: hue angle of 337.55º 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 #DC417B is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 65 | 123 | - |
| CMYK | 0 | 0.70 | 0.44 | 0.14 |
| HSL | 337.55º | 0.69% | 0.56% | - |
| HSV(B) | 337.55º | 0.7% | 0.86% | - |
| XYZ | 34.98 | 20.43 | 20.84 | - |
| YUV | 117.96 | 130.85 | 200.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 65 | 123 | 0 | 0.70 | 0.44 | 0.14 | 337.55 | 0.69 | 0.56 |
| Hex | DC | 41 | 7B | 0 | 46 | 2C | E | 152 | 45 | 38 |
| Octal | 334 | 101 | 173 | 0 | 106 | 54 | 16 | 522 | 105 | 70 |
| Binary | 11011100 | 1000001 | 1111011 | 0 | 1000110 | 101100 | 1110 | 101010010 | 1000101 | 111000 |
Color Harmonies of #DC417B
Complementary color
Monochromatic Colors of #DC417B
Black with #DC417B
Text Example
Text Example
White with #DC417B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC417B; }
p { color: rgb(220,65,123); }
H1.HeaderClassName
{
color: #DC417B;
}
.AnyTagClassName
{
color: #DC417B;
}
</style>
background-color css
<style>
a { background-color: #DC417B; }
a { background-color: rgb(220,65,123); }
div.DivClassName
{
background-color: #DC417B;
}
.BgClassName
{
background-color: #DC417B;
}
</style>
border-color css
<style>
span { border-color: #DC417B; }
span { border-color: rgb(220,65,123); }
td.TdClassName
{
border-color: #DC417B;
}
.TagClassName
{
border-color: #DC417B;
}
</style>