Shades of Cranberry #D34F78
Tints of Cranberry #D34F78
RGB
CMYK
RGB Variations
Color information
#D34F78 (or 0xD34F78) is known color: Cranberry. HEX triplet: D3, 4F and 78. RGB value is (211,79,120). Sum of RGB (Red+Green+Blue) = 211+79+120=410 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.46% from 410); Green value is 79 (31.25% from 255 or 19.27% from 410); Blue value is 120 (47.27% from 255 or 29.27% from 410); Max value from RGB is 211 - color contains mainly: red. Hex color #D34F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D34F78 is #2CB087. Grayscale: #7B7B7B. Windows color (decimal): -2928776 or 7884755. OLE color: 7884755.
HSL color Cylindrical-coordinate representation of color #D34F78: hue angle of 341.36º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D34F78 is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 79 | 120 | - |
| CMYK | 0 | 0.63 | 0.43 | 0.17 |
| HSL | 341.36º | 0.6% | 0.57% | - |
| HSV(B) | 341.36º | 0.63% | 0.83% | - |
| XYZ | 33.05 | 20.8 | 20.04 | - |
| YUV | 123.14 | 126.23 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 79 | 120 | 0 | 0.63 | 0.43 | 0.17 | 341.36 | 0.6 | 0.57 |
| Hex | D3 | 4F | 78 | 0 | 3F | 2B | 11 | 155 | 3C | 39 |
| Octal | 323 | 117 | 170 | 0 | 77 | 53 | 21 | 525 | 74 | 71 |
| Binary | 11010011 | 1001111 | 1111000 | 0 | 111111 | 101011 | 10001 | 101010101 | 111100 | 111001 |
Color Harmonies of #D34F78
Complementary color
Monochromatic Colors of #D34F78
Black with #D34F78
Text Example
Text Example
White with #D34F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34F78; }
p { color: rgb(211,79,120); }
H1.HeaderClassName
{
color: #D34F78;
}
.AnyTagClassName
{
color: #D34F78;
}
</style>
background-color css
<style>
a { background-color: #D34F78; }
a { background-color: rgb(211,79,120); }
div.DivClassName
{
background-color: #D34F78;
}
.BgClassName
{
background-color: #D34F78;
}
</style>
border-color css
<style>
span { border-color: #D34F78; }
span { border-color: rgb(211,79,120); }
td.TdClassName
{
border-color: #D34F78;
}
.TagClassName
{
border-color: #D34F78;
}
</style>