Shades of Cranberry #D84270
Tints of Cranberry #D84270
RGB
CMYK
RGB Variations
Color information
#D84270 (or 0xD84270) is known color: Cranberry. HEX triplet: D8, 42 and 70. RGB value is (216,66,112). Sum of RGB (Red+Green+Blue) = 216+66+112=394 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.82% from 394); Green value is 66 (26.17% from 255 or 16.75% from 394); Blue value is 112 (44.14% from 255 or 28.43% from 394); Max value from RGB is 216 - color contains mainly: red. Hex color #D84270 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84270 is #27BD8F. Grayscale: #747474. Windows color (decimal): -2604432 or 7357144. OLE color: 7357144.
HSL color Cylindrical-coordinate representation of color #D84270: hue angle of 341.6º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D84270 is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 66 | 112 | - |
| CMYK | 0 | 0.69 | 0.48 | 0.15 |
| HSL | 341.6º | 0.66% | 0.55% | - |
| HSV(B) | 341.6º | 0.69% | 0.85% | - |
| XYZ | 33.19 | 19.67 | 17.38 | - |
| YUV | 116.09 | 125.7 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 66 | 112 | 0 | 0.69 | 0.48 | 0.15 | 341.6 | 0.66 | 0.55 |
| Hex | D8 | 42 | 70 | 0 | 45 | 30 | F | 156 | 42 | 37 |
| Octal | 330 | 102 | 160 | 0 | 105 | 60 | 17 | 526 | 102 | 67 |
| Binary | 11011000 | 1000010 | 1110000 | 0 | 1000101 | 110000 | 1111 | 101010110 | 1000010 | 110111 |
Color Harmonies of #D84270
Complementary color
Monochromatic Colors of #D84270
Black with #D84270
Text Example
Text Example
White with #D84270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84270; }
p { color: rgb(216,66,112); }
H1.HeaderClassName
{
color: #D84270;
}
.AnyTagClassName
{
color: #D84270;
}
</style>
background-color css
<style>
a { background-color: #D84270; }
a { background-color: rgb(216,66,112); }
div.DivClassName
{
background-color: #D84270;
}
.BgClassName
{
background-color: #D84270;
}
</style>
border-color css
<style>
span { border-color: #D84270; }
span { border-color: rgb(216,66,112); }
td.TdClassName
{
border-color: #D84270;
}
.TagClassName
{
border-color: #D84270;
}
</style>