Shades of Cranberry #D54472
Tints of Cranberry #D54472
RGB
CMYK
RGB Variations
Color information
#D54472 (or 0xD54472) is known color: Cranberry. HEX triplet: D5, 44 and 72. RGB value is (213,68,114). Sum of RGB (Red+Green+Blue) = 213+68+114=395 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.92% from 395); Green value is 68 (26.95% from 255 or 17.22% from 395); Blue value is 114 (44.92% from 255 or 28.86% from 395); Max value from RGB is 213 - color contains mainly: red. Hex color #D54472 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54472 is #2ABB8D. Grayscale: #747474. Windows color (decimal): -2800526 or 7488725. OLE color: 7488725.
HSL color Cylindrical-coordinate representation of color #D54472: hue angle of 340.97º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D54472 is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 68 | 114 | - |
| CMYK | 0 | 0.68 | 0.46 | 0.16 |
| HSL | 340.97º | 0.63% | 0.55% | - |
| HSV(B) | 340.97º | 0.68% | 0.84% | - |
| XYZ | 32.54 | 19.5 | 17.97 | - |
| YUV | 116.6 | 126.54 | 196.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 68 | 114 | 0 | 0.68 | 0.46 | 0.16 | 340.97 | 0.63 | 0.55 |
| Hex | D5 | 44 | 72 | 0 | 44 | 2E | 10 | 155 | 3F | 37 |
| Octal | 325 | 104 | 162 | 0 | 104 | 56 | 20 | 525 | 77 | 67 |
| Binary | 11010101 | 1000100 | 1110010 | 0 | 1000100 | 101110 | 10000 | 101010101 | 111111 | 110111 |
Color Harmonies of #D54472
Complementary color
Monochromatic Colors of #D54472
Black with #D54472
Text Example
Text Example
White with #D54472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54472; }
p { color: rgb(213,68,114); }
H1.HeaderClassName
{
color: #D54472;
}
.AnyTagClassName
{
color: #D54472;
}
</style>
background-color css
<style>
a { background-color: #D54472; }
a { background-color: rgb(213,68,114); }
div.DivClassName
{
background-color: #D54472;
}
.BgClassName
{
background-color: #D54472;
}
</style>
border-color css
<style>
span { border-color: #D54472; }
span { border-color: rgb(213,68,114); }
td.TdClassName
{
border-color: #D54472;
}
.TagClassName
{
border-color: #D54472;
}
</style>