Shades of Cranberry #D64581
Tints of Cranberry #D64581
RGB
CMYK
RGB Variations
Color information
#D64581 (or 0xD64581) is known color: Cranberry. HEX triplet: D6, 45 and 81. RGB value is (214,69,129). Sum of RGB (Red+Green+Blue) = 214+69+129=412 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.94% from 412); Green value is 69 (27.34% from 255 or 16.75% from 412); Blue value is 129 (50.78% from 255 or 31.31% from 412); Max value from RGB is 214 - color contains mainly: red. Hex color #D64581 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64581 is #29BA7E. Grayscale: #777777. Windows color (decimal): -2734719 or 8472022. OLE color: 8472022.
HSL color Cylindrical-coordinate representation of color #D64581: hue angle of 335.17º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D64581 is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 69 | 129 | - |
| CMYK | 0 | 0.68 | 0.40 | 0.16 |
| HSL | 335.17º | 0.64% | 0.55% | - |
| HSV(B) | 335.17º | 0.68% | 0.84% | - |
| XYZ | 33.82 | 20.14 | 22.87 | - |
| YUV | 119.2 | 133.54 | 195.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 69 | 129 | 0 | 0.68 | 0.40 | 0.16 | 335.17 | 0.64 | 0.55 |
| Hex | D6 | 45 | 81 | 0 | 44 | 28 | 10 | 14F | 40 | 37 |
| Octal | 326 | 105 | 201 | 0 | 104 | 50 | 20 | 517 | 100 | 67 |
| Binary | 11010110 | 1000101 | 10000001 | 0 | 1000100 | 101000 | 10000 | 101001111 | 1000000 | 110111 |
Color Harmonies of #D64581
Complementary color
Monochromatic Colors of #D64581
Black with #D64581
Text Example
Text Example
White with #D64581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64581; }
p { color: rgb(214,69,129); }
H1.HeaderClassName
{
color: #D64581;
}
.AnyTagClassName
{
color: #D64581;
}
</style>
background-color css
<style>
a { background-color: #D64581; }
a { background-color: rgb(214,69,129); }
div.DivClassName
{
background-color: #D64581;
}
.BgClassName
{
background-color: #D64581;
}
</style>
border-color css
<style>
span { border-color: #D64581; }
span { border-color: rgb(214,69,129); }
td.TdClassName
{
border-color: #D64581;
}
.TagClassName
{
border-color: #D64581;
}
</style>