Shades of Cranberry #D54075
Tints of Cranberry #D54075
RGB
CMYK
RGB Variations
Color information
#D54075 (or 0xD54075) is known color: Cranberry. HEX triplet: D5, 40 and 75. RGB value is (213,64,117). Sum of RGB (Red+Green+Blue) = 213+64+117=394 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.06% from 394); Green value is 64 (25.39% from 255 or 16.24% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 213 - color contains mainly: red. Hex color #D54075 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54075 is #2ABF8A. Grayscale: #727272. Windows color (decimal): -2801547 or 7684309. OLE color: 7684309.
HSL color Cylindrical-coordinate representation of color #D54075: hue angle of 338.66º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D54075 is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 64 | 117 | - |
| CMYK | 0 | 0.70 | 0.45 | 0.16 |
| HSL | 338.66º | 0.64% | 0.54% | - |
| HSV(B) | 338.66º | 0.7% | 0.84% | - |
| XYZ | 32.48 | 19.1 | 18.8 | - |
| YUV | 114.59 | 129.36 | 198.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 64 | 117 | 0 | 0.70 | 0.45 | 0.16 | 338.66 | 0.64 | 0.54 |
| Hex | D5 | 40 | 75 | 0 | 46 | 2D | 10 | 153 | 40 | 36 |
| Octal | 325 | 100 | 165 | 0 | 106 | 55 | 20 | 523 | 100 | 66 |
| Binary | 11010101 | 1000000 | 1110101 | 0 | 1000110 | 101101 | 10000 | 101010011 | 1000000 | 110110 |
Color Harmonies of #D54075
Complementary color
Monochromatic Colors of #D54075
Black with #D54075
Text Example
Text Example
White with #D54075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54075; }
p { color: rgb(213,64,117); }
H1.HeaderClassName
{
color: #D54075;
}
.AnyTagClassName
{
color: #D54075;
}
</style>
background-color css
<style>
a { background-color: #D54075; }
a { background-color: rgb(213,64,117); }
div.DivClassName
{
background-color: #D54075;
}
.BgClassName
{
background-color: #D54075;
}
</style>
border-color css
<style>
span { border-color: #D54075; }
span { border-color: rgb(213,64,117); }
td.TdClassName
{
border-color: #D54075;
}
.TagClassName
{
border-color: #D54075;
}
</style>