Shades of Cranberry #DC407B
Tints of Cranberry #DC407B
RGB
CMYK
RGB Variations
Color information
#DC407B (or 0xDC407B) is known color: Cranberry. HEX triplet: DC, 40 and 7B. RGB value is (220,64,123). Sum of RGB (Red+Green+Blue) = 220+64+123=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 64 (25.39% from 255 or 15.72% from 407); Blue value is 123 (48.44% from 255 or 30.22% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC407B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC407B is #23BF84. Grayscale: #757575. Windows color (decimal): -2342789 or 8077532. OLE color: 8077532.
HSL color Cylindrical-coordinate representation of color #DC407B: hue angle of 337.31º 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 #DC407B is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 64 | 123 | - |
| CMYK | 0 | 0.71 | 0.44 | 0.14 |
| HSL | 337.31º | 0.69% | 0.56% | - |
| HSV(B) | 337.31º | 0.71% | 0.86% | - |
| XYZ | 34.92 | 20.31 | 20.82 | - |
| YUV | 117.37 | 131.18 | 201.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 64 | 123 | 0 | 0.71 | 0.44 | 0.14 | 337.31 | 0.69 | 0.56 |
| Hex | DC | 40 | 7B | 0 | 47 | 2C | E | 151 | 45 | 38 |
| Octal | 334 | 100 | 173 | 0 | 107 | 54 | 16 | 521 | 105 | 70 |
| Binary | 11011100 | 1000000 | 1111011 | 0 | 1000111 | 101100 | 1110 | 101010001 | 1000101 | 111000 |
Color Harmonies of #DC407B
Complementary color
Monochromatic Colors of #DC407B
Black with #DC407B
Text Example
Text Example
White with #DC407B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC407B; }
p { color: rgb(220,64,123); }
H1.HeaderClassName
{
color: #DC407B;
}
.AnyTagClassName
{
color: #DC407B;
}
</style>
background-color css
<style>
a { background-color: #DC407B; }
a { background-color: rgb(220,64,123); }
div.DivClassName
{
background-color: #DC407B;
}
.BgClassName
{
background-color: #DC407B;
}
</style>
border-color css
<style>
span { border-color: #DC407B; }
span { border-color: rgb(220,64,123); }
td.TdClassName
{
border-color: #DC407B;
}
.TagClassName
{
border-color: #DC407B;
}
</style>