Shades of Cranberry #D2487F
Tints of Cranberry #D2487F
RGB
CMYK
RGB Variations
Color information
#D2487F (or 0xD2487F) is known color: Cranberry. HEX triplet: D2, 48 and 7F. RGB value is (210,72,127). Sum of RGB (Red+Green+Blue) = 210+72+127=409 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.34% from 409); Green value is 72 (28.52% from 255 or 17.60% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 210 - color contains mainly: red. Hex color #D2487F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2487F is #2DB780. Grayscale: #777777. Windows color (decimal): -2996097 or 8341714. OLE color: 8341714.
HSL color Cylindrical-coordinate representation of color #D2487F: hue angle of 336.09º 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 #D2487F is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 72 | 127 | - |
| CMYK | 0 | 0.66 | 0.40 | 0.18 |
| HSL | 336.09º | 0.61% | 0.55% | - |
| HSV(B) | 336.09º | 0.66% | 0.82% | - |
| XYZ | 32.73 | 19.87 | 22.19 | - |
| YUV | 119.53 | 132.22 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 72 | 127 | 0 | 0.66 | 0.40 | 0.18 | 336.09 | 0.61 | 0.55 |
| Hex | D2 | 48 | 7F | 0 | 42 | 28 | 12 | 150 | 3D | 37 |
| Octal | 322 | 110 | 177 | 0 | 102 | 50 | 22 | 520 | 75 | 67 |
| Binary | 11010010 | 1001000 | 1111111 | 0 | 1000010 | 101000 | 10010 | 101010000 | 111101 | 110111 |
Color Harmonies of #D2487F
Complementary color
Monochromatic Colors of #D2487F
Black with #D2487F
Text Example
Text Example
White with #D2487F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2487F; }
p { color: rgb(210,72,127); }
H1.HeaderClassName
{
color: #D2487F;
}
.AnyTagClassName
{
color: #D2487F;
}
</style>
background-color css
<style>
a { background-color: #D2487F; }
a { background-color: rgb(210,72,127); }
div.DivClassName
{
background-color: #D2487F;
}
.BgClassName
{
background-color: #D2487F;
}
</style>
border-color css
<style>
span { border-color: #D2487F; }
span { border-color: rgb(210,72,127); }
td.TdClassName
{
border-color: #D2487F;
}
.TagClassName
{
border-color: #D2487F;
}
</style>