Shades of Cranberry #D64276
Tints of Cranberry #D64276
RGB
CMYK
RGB Variations
Color information
#D64276 (or 0xD64276) is known color: Cranberry. HEX triplet: D6, 42 and 76. RGB value is (214,66,118). Sum of RGB (Red+Green+Blue) = 214+66+118=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 66 (26.17% from 255 or 16.58% from 398); Blue value is 118 (46.48% from 255 or 29.65% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D64276 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64276 is #29BD89. Grayscale: #747474. Windows color (decimal): -2735498 or 7750358. OLE color: 7750358.
HSL color Cylindrical-coordinate representation of color #D64276: hue angle of 338.92º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D64276 is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 66 | 118 | - |
| CMYK | 0 | 0.69 | 0.45 | 0.16 |
| HSL | 338.92º | 0.64% | 0.55% | - |
| HSV(B) | 338.92º | 0.69% | 0.84% | - |
| XYZ | 32.95 | 19.5 | 19.17 | - |
| YUV | 116.18 | 129.03 | 197.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 66 | 118 | 0 | 0.69 | 0.45 | 0.16 | 338.92 | 0.64 | 0.55 |
| Hex | D6 | 42 | 76 | 0 | 45 | 2D | 10 | 153 | 40 | 37 |
| Octal | 326 | 102 | 166 | 0 | 105 | 55 | 20 | 523 | 100 | 67 |
| Binary | 11010110 | 1000010 | 1110110 | 0 | 1000101 | 101101 | 10000 | 101010011 | 1000000 | 110111 |
Color Harmonies of #D64276
Complementary color
Monochromatic Colors of #D64276
Black with #D64276
Text Example
Text Example
White with #D64276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64276; }
p { color: rgb(214,66,118); }
H1.HeaderClassName
{
color: #D64276;
}
.AnyTagClassName
{
color: #D64276;
}
</style>
background-color css
<style>
a { background-color: #D64276; }
a { background-color: rgb(214,66,118); }
div.DivClassName
{
background-color: #D64276;
}
.BgClassName
{
background-color: #D64276;
}
</style>
border-color css
<style>
span { border-color: #D64276; }
span { border-color: rgb(214,66,118); }
td.TdClassName
{
border-color: #D64276;
}
.TagClassName
{
border-color: #D64276;
}
</style>