Shades of Cranberry #D2487D
Tints of Cranberry #D2487D
RGB
CMYK
RGB Variations
Color information
#D2487D (or 0xD2487D) is known color: Cranberry. HEX triplet: D2, 48 and 7D. RGB value is (210,72,125). Sum of RGB (Red+Green+Blue) = 210+72+125=407 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.60% from 407); Green value is 72 (28.52% from 255 or 17.69% from 407); Blue value is 125 (49.22% from 255 or 30.71% from 407); Max value from RGB is 210 - color contains mainly: red. Hex color #D2487D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2487D is #2DB782. Grayscale: #777777. Windows color (decimal): -2996099 or 8210642. OLE color: 8210642.
HSL color Cylindrical-coordinate representation of color #D2487D: hue angle of 336.96º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D2487D is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 72 | 125 | - |
| CMYK | 0 | 0.66 | 0.40 | 0.18 |
| HSL | 336.96º | 0.61% | 0.55% | - |
| HSV(B) | 336.96º | 0.66% | 0.82% | - |
| XYZ | 32.6 | 19.82 | 21.51 | - |
| YUV | 119.3 | 131.22 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 72 | 125 | 0 | 0.66 | 0.40 | 0.18 | 336.96 | 0.61 | 0.55 |
| Hex | D2 | 48 | 7D | 0 | 42 | 28 | 12 | 151 | 3D | 37 |
| Octal | 322 | 110 | 175 | 0 | 102 | 50 | 22 | 521 | 75 | 67 |
| Binary | 11010010 | 1001000 | 1111101 | 0 | 1000010 | 101000 | 10010 | 101010001 | 111101 | 110111 |
Color Harmonies of #D2487D
Complementary color
Monochromatic Colors of #D2487D
Black with #D2487D
Text Example
Text Example
White with #D2487D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2487D; }
p { color: rgb(210,72,125); }
H1.HeaderClassName
{
color: #D2487D;
}
.AnyTagClassName
{
color: #D2487D;
}
</style>
background-color css
<style>
a { background-color: #D2487D; }
a { background-color: rgb(210,72,125); }
div.DivClassName
{
background-color: #D2487D;
}
.BgClassName
{
background-color: #D2487D;
}
</style>
border-color css
<style>
span { border-color: #D2487D; }
span { border-color: rgb(210,72,125); }
td.TdClassName
{
border-color: #D2487D;
}
.TagClassName
{
border-color: #D2487D;
}
</style>