Shades of Cranberry #D54972
Tints of Cranberry #D54972
RGB
CMYK
RGB Variations
Color information
#D54972 (or 0xD54972) is known color: Cranberry. HEX triplet: D5, 49 and 72. RGB value is (213,73,114). Sum of RGB (Red+Green+Blue) = 213+73+114=400 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.25% from 400); Green value is 73 (28.91% from 255 or 18.25% from 400); Blue value is 114 (44.92% from 255 or 28.5% from 400); Max value from RGB is 213 - color contains mainly: red. Hex color #D54972 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54972 is #2AB68D. Grayscale: #777777. Windows color (decimal): -2799246 or 7490005. OLE color: 7490005.
HSL color Cylindrical-coordinate representation of color #D54972: hue angle of 342.43º degrees, saturation: 0.62, 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 #D54972 is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 73 | 114 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.16 |
| HSL | 342.43º | 0.63% | 0.56% | - |
| HSV(B) | 342.43º | 0.66% | 0.84% | - |
| XYZ | 32.86 | 20.13 | 18.07 | - |
| YUV | 119.53 | 124.88 | 194.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 73 | 114 | 0 | 0.66 | 0.46 | 0.16 | 342.43 | 0.63 | 0.56 |
| Hex | D5 | 49 | 72 | 0 | 42 | 2E | 10 | 156 | 3E | 38 |
| Octal | 325 | 111 | 162 | 0 | 102 | 56 | 20 | 526 | 76 | 70 |
| Binary | 11010101 | 1001001 | 1110010 | 0 | 1000010 | 101110 | 10000 | 101010110 | 111110 | 111000 |
Color Harmonies of #D54972
Complementary color
Monochromatic Colors of #D54972
Black with #D54972
Text Example
Text Example
White with #D54972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54972; }
p { color: rgb(213,73,114); }
H1.HeaderClassName
{
color: #D54972;
}
.AnyTagClassName
{
color: #D54972;
}
</style>
background-color css
<style>
a { background-color: #D54972; }
a { background-color: rgb(213,73,114); }
div.DivClassName
{
background-color: #D54972;
}
.BgClassName
{
background-color: #D54972;
}
</style>
border-color css
<style>
span { border-color: #D54972; }
span { border-color: rgb(213,73,114); }
td.TdClassName
{
border-color: #D54972;
}
.TagClassName
{
border-color: #D54972;
}
</style>