Shades of Cranberry #D64273
Tints of Cranberry #D64273
RGB
CMYK
RGB Variations
Color information
#D64273 (or 0xD64273) is known color: Cranberry. HEX triplet: D6, 42 and 73. RGB value is (214,66,115). Sum of RGB (Red+Green+Blue) = 214+66+115=395 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.18% from 395); Green value is 66 (26.17% from 255 or 16.71% from 395); Blue value is 115 (45.31% from 255 or 29.11% from 395); Max value from RGB is 214 - color contains mainly: red. Hex color #D64273 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64273 is #29BD8C. Grayscale: #737373. Windows color (decimal): -2735501 or 7553750. OLE color: 7553750.
HSL color Cylindrical-coordinate representation of color #D64273: hue angle of 340.14º 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 #D64273 is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 66 | 115 | - |
| CMYK | 0 | 0.69 | 0.46 | 0.16 |
| HSL | 340.14º | 0.64% | 0.55% | - |
| HSV(B) | 340.14º | 0.69% | 0.84% | - |
| XYZ | 32.77 | 19.43 | 18.24 | - |
| YUV | 115.84 | 127.53 | 198.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 66 | 115 | 0 | 0.69 | 0.46 | 0.16 | 340.14 | 0.64 | 0.55 |
| Hex | D6 | 42 | 73 | 0 | 45 | 2E | 10 | 154 | 40 | 37 |
| Octal | 326 | 102 | 163 | 0 | 105 | 56 | 20 | 524 | 100 | 67 |
| Binary | 11010110 | 1000010 | 1110011 | 0 | 1000101 | 101110 | 10000 | 101010100 | 1000000 | 110111 |
Color Harmonies of #D64273
Complementary color
Monochromatic Colors of #D64273
Black with #D64273
Text Example
Text Example
White with #D64273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64273; }
p { color: rgb(214,66,115); }
H1.HeaderClassName
{
color: #D64273;
}
.AnyTagClassName
{
color: #D64273;
}
</style>
background-color css
<style>
a { background-color: #D64273; }
a { background-color: rgb(214,66,115); }
div.DivClassName
{
background-color: #D64273;
}
.BgClassName
{
background-color: #D64273;
}
</style>
border-color css
<style>
span { border-color: #D64273; }
span { border-color: rgb(214,66,115); }
td.TdClassName
{
border-color: #D64273;
}
.TagClassName
{
border-color: #D64273;
}
</style>