Shades of Cranberry #DC407A
Tints of Cranberry #DC407A
RGB
CMYK
RGB Variations
Color information
#DC407A (or 0xDC407A) is known color: Cranberry. HEX triplet: DC, 40 and 7A. RGB value is (220,64,122). Sum of RGB (Red+Green+Blue) = 220+64+122=406 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.19% from 406); Green value is 64 (25.39% from 255 or 15.76% from 406); Blue value is 122 (48.05% from 255 or 30.05% from 406); Max value from RGB is 220 - color contains mainly: red. Hex color #DC407A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC407A is #23BF85. Grayscale: #757575. Windows color (decimal): -2342790 or 8011996. OLE color: 8011996.
HSL color Cylindrical-coordinate representation of color #DC407A: hue angle of 337.69º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC407A is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 64 | 122 | - |
| CMYK | 0 | 0.71 | 0.45 | 0.14 |
| HSL | 337.69º | 0.69% | 0.56% | - |
| HSV(B) | 337.69º | 0.71% | 0.86% | - |
| XYZ | 34.86 | 20.29 | 20.49 | - |
| YUV | 117.26 | 130.68 | 201.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 64 | 122 | 0 | 0.71 | 0.45 | 0.14 | 337.69 | 0.69 | 0.56 |
| Hex | DC | 40 | 7A | 0 | 47 | 2D | E | 152 | 45 | 38 |
| Octal | 334 | 100 | 172 | 0 | 107 | 55 | 16 | 522 | 105 | 70 |
| Binary | 11011100 | 1000000 | 1111010 | 0 | 1000111 | 101101 | 1110 | 101010010 | 1000101 | 111000 |
Color Harmonies of #DC407A
Complementary color
Monochromatic Colors of #DC407A
Black with #DC407A
Text Example
Text Example
White with #DC407A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC407A; }
p { color: rgb(220,64,122); }
H1.HeaderClassName
{
color: #DC407A;
}
.AnyTagClassName
{
color: #DC407A;
}
</style>
background-color css
<style>
a { background-color: #DC407A; }
a { background-color: rgb(220,64,122); }
div.DivClassName
{
background-color: #DC407A;
}
.BgClassName
{
background-color: #DC407A;
}
</style>
border-color css
<style>
span { border-color: #DC407A; }
span { border-color: rgb(220,64,122); }
td.TdClassName
{
border-color: #DC407A;
}
.TagClassName
{
border-color: #DC407A;
}
</style>