Shades of Cranberry #D64881
Tints of Cranberry #D64881
RGB
CMYK
RGB Variations
Color information
#D64881 (or 0xD64881) is known color: Cranberry. HEX triplet: D6, 48 and 81. RGB value is (214,72,129). Sum of RGB (Red+Green+Blue) = 214+72+129=415 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.57% from 415); Green value is 72 (28.52% from 255 or 17.35% from 415); Blue value is 129 (50.78% from 255 or 31.08% from 415); Max value from RGB is 214 - color contains mainly: red. Hex color #D64881 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64881 is #29B77E. Grayscale: #787878. Windows color (decimal): -2733951 or 8472790. OLE color: 8472790.
HSL color Cylindrical-coordinate representation of color #D64881: hue angle of 335.92º 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 #D64881 is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 72 | 129 | - |
| CMYK | 0 | 0.66 | 0.40 | 0.16 |
| HSL | 335.92º | 0.63% | 0.56% | - |
| HSV(B) | 335.92º | 0.66% | 0.84% | - |
| XYZ | 34.01 | 20.52 | 22.94 | - |
| YUV | 120.96 | 132.54 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 72 | 129 | 0 | 0.66 | 0.40 | 0.16 | 335.92 | 0.63 | 0.56 |
| Hex | D6 | 48 | 81 | 0 | 42 | 28 | 10 | 150 | 3F | 38 |
| Octal | 326 | 110 | 201 | 0 | 102 | 50 | 20 | 520 | 77 | 70 |
| Binary | 11010110 | 1001000 | 10000001 | 0 | 1000010 | 101000 | 10000 | 101010000 | 111111 | 111000 |
Color Harmonies of #D64881
Complementary color
Monochromatic Colors of #D64881
Black with #D64881
Text Example
Text Example
White with #D64881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64881; }
p { color: rgb(214,72,129); }
H1.HeaderClassName
{
color: #D64881;
}
.AnyTagClassName
{
color: #D64881;
}
</style>
background-color css
<style>
a { background-color: #D64881; }
a { background-color: rgb(214,72,129); }
div.DivClassName
{
background-color: #D64881;
}
.BgClassName
{
background-color: #D64881;
}
</style>
border-color css
<style>
span { border-color: #D64881; }
span { border-color: rgb(214,72,129); }
td.TdClassName
{
border-color: #D64881;
}
.TagClassName
{
border-color: #D64881;
}
</style>