Shades of Cranberry #D0457E
Tints of Cranberry #D0457E
RGB
CMYK
RGB Variations
Color information
#D0457E (or 0xD0457E) is known color: Cranberry. HEX triplet: D0, 45 and 7E. RGB value is (208,69,126). Sum of RGB (Red+Green+Blue) = 208+69+126=403 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.61% from 403); Green value is 69 (27.34% from 255 or 17.12% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 208 - color contains mainly: red. Hex color #D0457E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0457E is #2FBA81. Grayscale: #747474. Windows color (decimal): -3127938 or 8275408. OLE color: 8275408.
HSL color Cylindrical-coordinate representation of color #D0457E: hue angle of 335.4º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D0457E is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 69 | 126 | - |
| CMYK | 0 | 0.67 | 0.39 | 0.18 |
| HSL | 335.4º | 0.6% | 0.54% | - |
| HSV(B) | 335.4º | 0.67% | 0.82% | - |
| XYZ | 31.91 | 19.17 | 21.76 | - |
| YUV | 117.06 | 133.05 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 69 | 126 | 0 | 0.67 | 0.39 | 0.18 | 335.4 | 0.6 | 0.54 |
| Hex | D0 | 45 | 7E | 0 | 43 | 27 | 12 | 14F | 3C | 36 |
| Octal | 320 | 105 | 176 | 0 | 103 | 47 | 22 | 517 | 74 | 66 |
| Binary | 11010000 | 1000101 | 1111110 | 0 | 1000011 | 100111 | 10010 | 101001111 | 111100 | 110110 |
Color Harmonies of #D0457E
Complementary color
Monochromatic Colors of #D0457E
Black with #D0457E
Text Example
Text Example
White with #D0457E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0457E; }
p { color: rgb(208,69,126); }
H1.HeaderClassName
{
color: #D0457E;
}
.AnyTagClassName
{
color: #D0457E;
}
</style>
background-color css
<style>
a { background-color: #D0457E; }
a { background-color: rgb(208,69,126); }
div.DivClassName
{
background-color: #D0457E;
}
.BgClassName
{
background-color: #D0457E;
}
</style>
border-color css
<style>
span { border-color: #D0457E; }
span { border-color: rgb(208,69,126); }
td.TdClassName
{
border-color: #D0457E;
}
.TagClassName
{
border-color: #D0457E;
}
</style>