Shades of Cranberry #D0457A
Tints of Cranberry #D0457A
RGB
CMYK
RGB Variations
Color information
#D0457A (or 0xD0457A) is known color: Cranberry. HEX triplet: D0, 45 and 7A. RGB value is (208,69,122). Sum of RGB (Red+Green+Blue) = 208+69+122=399 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.13% from 399); Green value is 69 (27.34% from 255 or 17.29% from 399); Blue value is 122 (48.05% from 255 or 30.58% from 399); Max value from RGB is 208 - color contains mainly: red. Hex color #D0457A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0457A is #2FBA85. Grayscale: #747474. Windows color (decimal): -3127942 or 8013264. OLE color: 8013264.
HSL color Cylindrical-coordinate representation of color #D0457A: hue angle of 337.12º 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 #D0457A is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 69 | 122 | - |
| CMYK | 0 | 0.67 | 0.41 | 0.18 |
| HSL | 337.12º | 0.6% | 0.54% | - |
| HSV(B) | 337.12º | 0.67% | 0.82% | - |
| XYZ | 31.65 | 19.07 | 20.43 | - |
| YUV | 116.6 | 131.05 | 193.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 69 | 122 | 0 | 0.67 | 0.41 | 0.18 | 337.12 | 0.6 | 0.54 |
| Hex | D0 | 45 | 7A | 0 | 43 | 29 | 12 | 151 | 3C | 36 |
| Octal | 320 | 105 | 172 | 0 | 103 | 51 | 22 | 521 | 74 | 66 |
| Binary | 11010000 | 1000101 | 1111010 | 0 | 1000011 | 101001 | 10010 | 101010001 | 111100 | 110110 |
Color Harmonies of #D0457A
Complementary color
Monochromatic Colors of #D0457A
Black with #D0457A
Text Example
Text Example
White with #D0457A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0457A; }
p { color: rgb(208,69,122); }
H1.HeaderClassName
{
color: #D0457A;
}
.AnyTagClassName
{
color: #D0457A;
}
</style>
background-color css
<style>
a { background-color: #D0457A; }
a { background-color: rgb(208,69,122); }
div.DivClassName
{
background-color: #D0457A;
}
.BgClassName
{
background-color: #D0457A;
}
</style>
border-color css
<style>
span { border-color: #D0457A; }
span { border-color: rgb(208,69,122); }
td.TdClassName
{
border-color: #D0457A;
}
.TagClassName
{
border-color: #D0457A;
}
</style>