Shades of Cranberry #D64975
Tints of Cranberry #D64975
RGB
CMYK
RGB Variations
Color information
#D64975 (or 0xD64975) is known color: Cranberry. HEX triplet: D6, 49 and 75. RGB value is (214,73,117). Sum of RGB (Red+Green+Blue) = 214+73+117=404 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.97% from 404); Green value is 73 (28.91% from 255 or 18.07% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 214 - color contains mainly: red. Hex color #D64975 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64975 is #29B68A. Grayscale: #787878. Windows color (decimal): -2733707 or 7686614. OLE color: 7686614.
HSL color Cylindrical-coordinate representation of color #D64975: hue angle of 341.28º 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 #D64975 is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 73 | 117 | - |
| CMYK | 0 | 0.66 | 0.45 | 0.16 |
| HSL | 341.28º | 0.63% | 0.56% | - |
| HSV(B) | 341.28º | 0.66% | 0.84% | - |
| XYZ | 33.32 | 20.35 | 19 | - |
| YUV | 120.18 | 126.21 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 73 | 117 | 0 | 0.66 | 0.45 | 0.16 | 341.28 | 0.63 | 0.56 |
| Hex | D6 | 49 | 75 | 0 | 42 | 2D | 10 | 155 | 3F | 38 |
| Octal | 326 | 111 | 165 | 0 | 102 | 55 | 20 | 525 | 77 | 70 |
| Binary | 11010110 | 1001001 | 1110101 | 0 | 1000010 | 101101 | 10000 | 101010101 | 111111 | 111000 |
Color Harmonies of #D64975
Complementary color
Monochromatic Colors of #D64975
Black with #D64975
Text Example
Text Example
White with #D64975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64975; }
p { color: rgb(214,73,117); }
H1.HeaderClassName
{
color: #D64975;
}
.AnyTagClassName
{
color: #D64975;
}
</style>
background-color css
<style>
a { background-color: #D64975; }
a { background-color: rgb(214,73,117); }
div.DivClassName
{
background-color: #D64975;
}
.BgClassName
{
background-color: #D64975;
}
</style>
border-color css
<style>
span { border-color: #D64975; }
span { border-color: rgb(214,73,117); }
td.TdClassName
{
border-color: #D64975;
}
.TagClassName
{
border-color: #D64975;
}
</style>