Shades of Cranberry #D0487A
Tints of Cranberry #D0487A
RGB
CMYK
RGB Variations
Color information
#D0487A (or 0xD0487A) is known color: Cranberry. HEX triplet: D0, 48 and 7A. RGB value is (208,72,122). Sum of RGB (Red+Green+Blue) = 208+72+122=402 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.74% from 402); Green value is 72 (28.52% from 255 or 17.91% from 402); Blue value is 122 (48.05% from 255 or 30.35% from 402); Max value from RGB is 208 - color contains mainly: red. Hex color #D0487A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0487A is #2FB785. Grayscale: #767676. Windows color (decimal): -3127174 or 8014032. OLE color: 8014032.
HSL color Cylindrical-coordinate representation of color #D0487A: hue angle of 337.94º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D0487A is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 72 | 122 | - |
| CMYK | 0 | 0.65 | 0.41 | 0.18 |
| HSL | 337.94º | 0.59% | 0.55% | - |
| HSV(B) | 337.94º | 0.65% | 0.82% | - |
| XYZ | 31.84 | 19.45 | 20.49 | - |
| YUV | 118.36 | 130.06 | 191.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 72 | 122 | 0 | 0.65 | 0.41 | 0.18 | 337.94 | 0.59 | 0.55 |
| Hex | D0 | 48 | 7A | 0 | 41 | 29 | 12 | 152 | 3B | 37 |
| Octal | 320 | 110 | 172 | 0 | 101 | 51 | 22 | 522 | 73 | 67 |
| Binary | 11010000 | 1001000 | 1111010 | 0 | 1000001 | 101001 | 10010 | 101010010 | 111011 | 110111 |
Color Harmonies of #D0487A
Complementary color
Monochromatic Colors of #D0487A
Black with #D0487A
Text Example
Text Example
White with #D0487A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0487A; }
p { color: rgb(208,72,122); }
H1.HeaderClassName
{
color: #D0487A;
}
.AnyTagClassName
{
color: #D0487A;
}
</style>
background-color css
<style>
a { background-color: #D0487A; }
a { background-color: rgb(208,72,122); }
div.DivClassName
{
background-color: #D0487A;
}
.BgClassName
{
background-color: #D0487A;
}
</style>
border-color css
<style>
span { border-color: #D0487A; }
span { border-color: rgb(208,72,122); }
td.TdClassName
{
border-color: #D0487A;
}
.TagClassName
{
border-color: #D0487A;
}
</style>