Shades of Cranberry #D54575
Tints of Cranberry #D54575
RGB
CMYK
RGB Variations
Color information
#D54575 (or 0xD54575) is known color: Cranberry. HEX triplet: D5, 45 and 75. RGB value is (213,69,117). Sum of RGB (Red+Green+Blue) = 213+69+117=399 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.38% from 399); Green value is 69 (27.34% from 255 or 17.29% from 399); Blue value is 117 (46.09% from 255 or 29.32% from 399); Max value from RGB is 213 - color contains mainly: red. Hex color #D54575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54575 is #2ABA8A. Grayscale: #757575. Windows color (decimal): -2800267 or 7685589. OLE color: 7685589.
HSL color Cylindrical-coordinate representation of color #D54575: hue angle of 340º 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 #D54575 is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 69 | 117 | - |
| CMYK | 0 | 0.68 | 0.45 | 0.16 |
| HSL | 340º | 0.63% | 0.55% | - |
| HSV(B) | 340º | 0.68% | 0.84% | - |
| XYZ | 32.78 | 19.69 | 18.9 | - |
| YUV | 117.53 | 127.71 | 196.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 69 | 117 | 0 | 0.68 | 0.45 | 0.16 | 340 | 0.63 | 0.55 |
| Hex | D5 | 45 | 75 | 0 | 44 | 2D | 10 | 154 | 3F | 37 |
| Octal | 325 | 105 | 165 | 0 | 104 | 55 | 20 | 524 | 77 | 67 |
| Binary | 11010101 | 1000101 | 1110101 | 0 | 1000100 | 101101 | 10000 | 101010100 | 111111 | 110111 |
Color Harmonies of #D54575
Complementary color
Monochromatic Colors of #D54575
Black with #D54575
Text Example
Text Example
White with #D54575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54575; }
p { color: rgb(213,69,117); }
H1.HeaderClassName
{
color: #D54575;
}
.AnyTagClassName
{
color: #D54575;
}
</style>
background-color css
<style>
a { background-color: #D54575; }
a { background-color: rgb(213,69,117); }
div.DivClassName
{
background-color: #D54575;
}
.BgClassName
{
background-color: #D54575;
}
</style>
border-color css
<style>
span { border-color: #D54575; }
span { border-color: rgb(213,69,117); }
td.TdClassName
{
border-color: #D54575;
}
.TagClassName
{
border-color: #D54575;
}
</style>