Shades of Cranberry #D64E81
Tints of Cranberry #D64E81
RGB
CMYK
RGB Variations
Color information
#D64E81 (or 0xD64E81) is known color: Cranberry. HEX triplet: D6, 4E and 81. RGB value is (214,78,129). Sum of RGB (Red+Green+Blue) = 214+78+129=421 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.83% from 421); Green value is 78 (30.86% from 255 or 18.53% from 421); Blue value is 129 (50.78% from 255 or 30.64% from 421); Max value from RGB is 214 - color contains mainly: red. Hex color #D64E81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D64E81 is #29B17E. Grayscale: #7C7C7C. Windows color (decimal): -2732415 or 8474326. OLE color: 8474326.
HSL color Cylindrical-coordinate representation of color #D64E81: hue angle of 337.5º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D64E81 is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 78 | 129 | - |
| CMYK | 0 | 0.64 | 0.40 | 0.16 |
| HSL | 337.5º | 0.62% | 0.57% | - |
| HSV(B) | 337.5º | 0.64% | 0.84% | - |
| XYZ | 34.42 | 21.33 | 23.07 | - |
| YUV | 124.48 | 130.56 | 191.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 78 | 129 | 0 | 0.64 | 0.40 | 0.16 | 337.5 | 0.62 | 0.57 |
| Hex | D6 | 4E | 81 | 0 | 40 | 28 | 10 | 152 | 3E | 39 |
| Octal | 326 | 116 | 201 | 0 | 100 | 50 | 20 | 522 | 76 | 71 |
| Binary | 11010110 | 1001110 | 10000001 | 0 | 1000000 | 101000 | 10000 | 101010010 | 111110 | 111001 |
Color Harmonies of #D64E81
Complementary color
Monochromatic Colors of #D64E81
Black with #D64E81
Text Example
Text Example
White with #D64E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64E81; }
p { color: rgb(214,78,129); }
H1.HeaderClassName
{
color: #D64E81;
}
.AnyTagClassName
{
color: #D64E81;
}
</style>
background-color css
<style>
a { background-color: #D64E81; }
a { background-color: rgb(214,78,129); }
div.DivClassName
{
background-color: #D64E81;
}
.BgClassName
{
background-color: #D64E81;
}
</style>
border-color css
<style>
span { border-color: #D64E81; }
span { border-color: rgb(214,78,129); }
td.TdClassName
{
border-color: #D64E81;
}
.TagClassName
{
border-color: #D64E81;
}
</style>