Shades of Cranberry #D64370
Tints of Cranberry #D64370
RGB
CMYK
RGB Variations
Color information
#D64370 (or 0xD64370) is known color: Cranberry. HEX triplet: D6, 43 and 70. RGB value is (214,67,112). Sum of RGB (Red+Green+Blue) = 214+67+112=393 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.45% from 393); Green value is 67 (26.56% from 255 or 17.05% from 393); Blue value is 112 (44.14% from 255 or 28.50% from 393); Max value from RGB is 214 - color contains mainly: red. Hex color #D64370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64370 is #29BC8F. Grayscale: #747474. Windows color (decimal): -2735248 or 7357398. OLE color: 7357398.
HSL color Cylindrical-coordinate representation of color #D64370: hue angle of 341.63º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D64370 is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 67 | 112 | - |
| CMYK | 0 | 0.69 | 0.48 | 0.16 |
| HSL | 341.63º | 0.64% | 0.55% | - |
| HSV(B) | 341.63º | 0.69% | 0.84% | - |
| XYZ | 32.66 | 19.48 | 17.37 | - |
| YUV | 116.08 | 125.7 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 67 | 112 | 0 | 0.69 | 0.48 | 0.16 | 341.63 | 0.64 | 0.55 |
| Hex | D6 | 43 | 70 | 0 | 45 | 30 | 10 | 156 | 40 | 37 |
| Octal | 326 | 103 | 160 | 0 | 105 | 60 | 20 | 526 | 100 | 67 |
| Binary | 11010110 | 1000011 | 1110000 | 0 | 1000101 | 110000 | 10000 | 101010110 | 1000000 | 110111 |
Color Harmonies of #D64370
Complementary color
Monochromatic Colors of #D64370
Black with #D64370
Text Example
Text Example
White with #D64370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64370; }
p { color: rgb(214,67,112); }
H1.HeaderClassName
{
color: #D64370;
}
.AnyTagClassName
{
color: #D64370;
}
</style>
background-color css
<style>
a { background-color: #D64370; }
a { background-color: rgb(214,67,112); }
div.DivClassName
{
background-color: #D64370;
}
.BgClassName
{
background-color: #D64370;
}
</style>
border-color css
<style>
span { border-color: #D64370; }
span { border-color: rgb(214,67,112); }
td.TdClassName
{
border-color: #D64370;
}
.TagClassName
{
border-color: #D64370;
}
</style>