Shades of Cranberry #D54173
Tints of Cranberry #D54173
RGB
CMYK
RGB Variations
Color information
#D54173 (or 0xD54173) is known color: Cranberry. HEX triplet: D5, 41 and 73. RGB value is (213,65,115). Sum of RGB (Red+Green+Blue) = 213+65+115=393 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.20% from 393); Green value is 65 (25.78% from 255 or 16.54% from 393); Blue value is 115 (45.31% from 255 or 29.26% from 393); Max value from RGB is 213 - color contains mainly: red. Hex color #D54173 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54173 is #2ABE8C. Grayscale: #727272. Windows color (decimal): -2801293 or 7553493. OLE color: 7553493.
HSL color Cylindrical-coordinate representation of color #D54173: hue angle of 339.73º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D54173 is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 65 | 115 | - |
| CMYK | 0 | 0.69 | 0.46 | 0.16 |
| HSL | 339.73º | 0.64% | 0.55% | - |
| HSV(B) | 339.73º | 0.69% | 0.84% | - |
| XYZ | 32.43 | 19.16 | 18.21 | - |
| YUV | 114.95 | 128.03 | 197.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 65 | 115 | 0 | 0.69 | 0.46 | 0.16 | 339.73 | 0.64 | 0.55 |
| Hex | D5 | 41 | 73 | 0 | 45 | 2E | 10 | 154 | 40 | 37 |
| Octal | 325 | 101 | 163 | 0 | 105 | 56 | 20 | 524 | 100 | 67 |
| Binary | 11010101 | 1000001 | 1110011 | 0 | 1000101 | 101110 | 10000 | 101010100 | 1000000 | 110111 |
Color Harmonies of #D54173
Complementary color
Monochromatic Colors of #D54173
Black with #D54173
Text Example
Text Example
White with #D54173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54173; }
p { color: rgb(213,65,115); }
H1.HeaderClassName
{
color: #D54173;
}
.AnyTagClassName
{
color: #D54173;
}
</style>
background-color css
<style>
a { background-color: #D54173; }
a { background-color: rgb(213,65,115); }
div.DivClassName
{
background-color: #D54173;
}
.BgClassName
{
background-color: #D54173;
}
</style>
border-color css
<style>
span { border-color: #D54173; }
span { border-color: rgb(213,65,115); }
td.TdClassName
{
border-color: #D54173;
}
.TagClassName
{
border-color: #D54173;
}
</style>