Shades of Cranberry #D3487E
Tints of Cranberry #D3487E
RGB
CMYK
RGB Variations
Color information
#D3487E (or 0xD3487E) is known color: Cranberry. HEX triplet: D3, 48 and 7E. RGB value is (211,72,126). Sum of RGB (Red+Green+Blue) = 211+72+126=409 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.59% from 409); Green value is 72 (28.52% from 255 or 17.60% from 409); Blue value is 126 (49.61% from 255 or 30.81% from 409); Max value from RGB is 211 - color contains mainly: red. Hex color #D3487E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3487E is #2CB781. Grayscale: #777777. Windows color (decimal): -2930562 or 8276179. OLE color: 8276179.
HSL color Cylindrical-coordinate representation of color #D3487E: hue angle of 336.69º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D3487E is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 72 | 126 | - |
| CMYK | 0 | 0.66 | 0.40 | 0.17 |
| HSL | 336.69º | 0.61% | 0.55% | - |
| HSV(B) | 336.69º | 0.66% | 0.83% | - |
| XYZ | 32.95 | 19.99 | 21.86 | - |
| YUV | 119.72 | 131.55 | 193.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 72 | 126 | 0 | 0.66 | 0.40 | 0.17 | 336.69 | 0.61 | 0.55 |
| Hex | D3 | 48 | 7E | 0 | 42 | 28 | 11 | 151 | 3D | 37 |
| Octal | 323 | 110 | 176 | 0 | 102 | 50 | 21 | 521 | 75 | 67 |
| Binary | 11010011 | 1001000 | 1111110 | 0 | 1000010 | 101000 | 10001 | 101010001 | 111101 | 110111 |
Color Harmonies of #D3487E
Complementary color
Monochromatic Colors of #D3487E
Black with #D3487E
Text Example
Text Example
White with #D3487E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3487E; }
p { color: rgb(211,72,126); }
H1.HeaderClassName
{
color: #D3487E;
}
.AnyTagClassName
{
color: #D3487E;
}
</style>
background-color css
<style>
a { background-color: #D3487E; }
a { background-color: rgb(211,72,126); }
div.DivClassName
{
background-color: #D3487E;
}
.BgClassName
{
background-color: #D3487E;
}
</style>
border-color css
<style>
span { border-color: #D3487E; }
span { border-color: rgb(211,72,126); }
td.TdClassName
{
border-color: #D3487E;
}
.TagClassName
{
border-color: #D3487E;
}
</style>