Shades of Cranberry #D65E81
Tints of Cranberry #D65E81
RGB
CMYK
RGB Variations
Color information
#D65E81 (or 0xD65E81) is known color: Cranberry. HEX triplet: D6, 5E and 81. RGB value is (214,94,129). Sum of RGB (Red+Green+Blue) = 214+94+129=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 94 (37.11% from 255 or 21.51% from 437); Blue value is 129 (50.78% from 255 or 29.52% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D65E81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65E81 is #29A17E. Grayscale: #858585. Windows color (decimal): -2728319 or 8478422. OLE color: 8478422.
HSL color Cylindrical-coordinate representation of color #D65E81: hue angle of 342.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D65E81 is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 94 | 129 | - |
| CMYK | 0 | 0.56 | 0.40 | 0.16 |
| HSL | 342.5º | 0.59% | 0.6% | - |
| HSV(B) | 342.5º | 0.56% | 0.84% | - |
| XYZ | 35.7 | 23.89 | 23.5 | - |
| YUV | 133.87 | 125.26 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 94 | 129 | 0 | 0.56 | 0.40 | 0.16 | 342.5 | 0.59 | 0.6 |
| Hex | D6 | 5E | 81 | 0 | 38 | 28 | 10 | 156 | 3B | 3C |
| Octal | 326 | 136 | 201 | 0 | 70 | 50 | 20 | 526 | 73 | 74 |
| Binary | 11010110 | 1011110 | 10000001 | 0 | 111000 | 101000 | 10000 | 101010110 | 111011 | 111100 |
Color Harmonies of #D65E81
Complementary color
Monochromatic Colors of #D65E81
Black with #D65E81
Text Example
Text Example
White with #D65E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65E81; }
p { color: rgb(214,94,129); }
H1.HeaderClassName
{
color: #D65E81;
}
.AnyTagClassName
{
color: #D65E81;
}
</style>
background-color css
<style>
a { background-color: #D65E81; }
a { background-color: rgb(214,94,129); }
div.DivClassName
{
background-color: #D65E81;
}
.BgClassName
{
background-color: #D65E81;
}
</style>
border-color css
<style>
span { border-color: #D65E81; }
span { border-color: rgb(214,94,129); }
td.TdClassName
{
border-color: #D65E81;
}
.TagClassName
{
border-color: #D65E81;
}
</style>