Shades of Cranberry #DC457B
Tints of Cranberry #DC457B
RGB
CMYK
RGB Variations
Color information
#DC457B (or 0xDC457B) is known color: Cranberry. HEX triplet: DC, 45 and 7B. RGB value is (220,69,123). Sum of RGB (Red+Green+Blue) = 220+69+123=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 69 (27.34% from 255 or 16.75% from 412); Blue value is 123 (48.44% from 255 or 29.85% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DC457B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC457B is #23BA84. Grayscale: #787878. Windows color (decimal): -2341509 or 8078812. OLE color: 8078812.
HSL color Cylindrical-coordinate representation of color #DC457B: hue angle of 338.54º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC457B is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 69 | 123 | - |
| CMYK | 0 | 0.69 | 0.44 | 0.14 |
| HSL | 338.54º | 0.68% | 0.57% | - |
| HSV(B) | 338.54º | 0.69% | 0.86% | - |
| XYZ | 35.22 | 20.9 | 20.92 | - |
| YUV | 120.31 | 129.53 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 69 | 123 | 0 | 0.69 | 0.44 | 0.14 | 338.54 | 0.68 | 0.57 |
| Hex | DC | 45 | 7B | 0 | 45 | 2C | E | 153 | 44 | 39 |
| Octal | 334 | 105 | 173 | 0 | 105 | 54 | 16 | 523 | 104 | 71 |
| Binary | 11011100 | 1000101 | 1111011 | 0 | 1000101 | 101100 | 1110 | 101010011 | 1000100 | 111001 |
Color Harmonies of #DC457B
Complementary color
Monochromatic Colors of #DC457B
Black with #DC457B
Text Example
Text Example
White with #DC457B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC457B; }
p { color: rgb(220,69,123); }
H1.HeaderClassName
{
color: #DC457B;
}
.AnyTagClassName
{
color: #DC457B;
}
</style>
background-color css
<style>
a { background-color: #DC457B; }
a { background-color: rgb(220,69,123); }
div.DivClassName
{
background-color: #DC457B;
}
.BgClassName
{
background-color: #DC457B;
}
</style>
border-color css
<style>
span { border-color: #DC457B; }
span { border-color: rgb(220,69,123); }
td.TdClassName
{
border-color: #DC457B;
}
.TagClassName
{
border-color: #DC457B;
}
</style>