Shades of Cranberry #D64870
Tints of Cranberry #D64870
RGB
CMYK
RGB Variations
Color information
#D64870 (or 0xD64870) is known color: Cranberry. HEX triplet: D6, 48 and 70. RGB value is (214,72,112). Sum of RGB (Red+Green+Blue) = 214+72+112=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 72 (28.52% from 255 or 18.09% from 398); Blue value is 112 (44.14% from 255 or 28.14% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D64870 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64870 is #29B78F. Grayscale: #777777. Windows color (decimal): -2733968 or 7358678. OLE color: 7358678.
HSL color Cylindrical-coordinate representation of color #D64870: hue angle of 343.1º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D64870 is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 72 | 112 | - |
| CMYK | 0 | 0.66 | 0.48 | 0.16 |
| HSL | 343.1º | 0.63% | 0.56% | - |
| HSV(B) | 343.1º | 0.66% | 0.84% | - |
| XYZ | 32.97 | 20.1 | 17.47 | - |
| YUV | 119.02 | 124.04 | 195.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 72 | 112 | 0 | 0.66 | 0.48 | 0.16 | 343.1 | 0.63 | 0.56 |
| Hex | D6 | 48 | 70 | 0 | 42 | 30 | 10 | 157 | 3F | 38 |
| Octal | 326 | 110 | 160 | 0 | 102 | 60 | 20 | 527 | 77 | 70 |
| Binary | 11010110 | 1001000 | 1110000 | 0 | 1000010 | 110000 | 10000 | 101010111 | 111111 | 111000 |
Color Harmonies of #D64870
Complementary color
Monochromatic Colors of #D64870
Black with #D64870
Text Example
Text Example
White with #D64870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64870; }
p { color: rgb(214,72,112); }
H1.HeaderClassName
{
color: #D64870;
}
.AnyTagClassName
{
color: #D64870;
}
</style>
background-color css
<style>
a { background-color: #D64870; }
a { background-color: rgb(214,72,112); }
div.DivClassName
{
background-color: #D64870;
}
.BgClassName
{
background-color: #D64870;
}
</style>
border-color css
<style>
span { border-color: #D64870; }
span { border-color: rgb(214,72,112); }
td.TdClassName
{
border-color: #D64870;
}
.TagClassName
{
border-color: #D64870;
}
</style>