Shades of Cranberry #D64684
Tints of Cranberry #D64684
RGB
CMYK
RGB Variations
Color information
#D64684 (or 0xD64684) is known color: Cranberry. HEX triplet: D6, 46 and 84. RGB value is (214,70,132). Sum of RGB (Red+Green+Blue) = 214+70+132=416 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.44% from 416); Green value is 70 (27.73% from 255 or 16.83% from 416); Blue value is 132 (51.95% from 255 or 31.73% from 416); Max value from RGB is 214 - color contains mainly: red. Hex color #D64684 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64684 is #29B97B. Grayscale: #787878. Windows color (decimal): -2734460 or 8668886. OLE color: 8668886.
HSL color Cylindrical-coordinate representation of color #D64684: hue angle of 334.17º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D64684 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 70 | 132 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.16 |
| HSL | 334.17º | 0.64% | 0.56% | - |
| HSV(B) | 334.17º | 0.67% | 0.84% | - |
| XYZ | 34.09 | 20.34 | 23.96 | - |
| YUV | 120.12 | 134.71 | 194.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 70 | 132 | 0 | 0.67 | 0.38 | 0.16 | 334.17 | 0.64 | 0.56 |
| Hex | D6 | 46 | 84 | 0 | 43 | 26 | 10 | 14E | 40 | 38 |
| Octal | 326 | 106 | 204 | 0 | 103 | 46 | 20 | 516 | 100 | 70 |
| Binary | 11010110 | 1000110 | 10000100 | 0 | 1000011 | 100110 | 10000 | 101001110 | 1000000 | 111000 |
Color Harmonies of #D64684
Complementary color
Monochromatic Colors of #D64684
Black with #D64684
Text Example
Text Example
White with #D64684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64684; }
p { color: rgb(214,70,132); }
H1.HeaderClassName
{
color: #D64684;
}
.AnyTagClassName
{
color: #D64684;
}
</style>
background-color css
<style>
a { background-color: #D64684; }
a { background-color: rgb(214,70,132); }
div.DivClassName
{
background-color: #D64684;
}
.BgClassName
{
background-color: #D64684;
}
</style>
border-color css
<style>
span { border-color: #D64684; }
span { border-color: rgb(214,70,132); }
td.TdClassName
{
border-color: #D64684;
}
.TagClassName
{
border-color: #D64684;
}
</style>