Shades of Cranberry #D54673
Tints of Cranberry #D54673
RGB
CMYK
RGB Variations
Color information
#D54673 (or 0xD54673) is known color: Cranberry. HEX triplet: D5, 46 and 73. RGB value is (213,70,115). Sum of RGB (Red+Green+Blue) = 213+70+115=398 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.52% from 398); Green value is 70 (27.73% from 255 or 17.59% from 398); Blue value is 115 (45.31% from 255 or 28.89% from 398); Max value from RGB is 213 - color contains mainly: red. Hex color #D54673 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54673 is #2AB98C. Grayscale: #757575. Windows color (decimal): -2800013 or 7554773. OLE color: 7554773.
HSL color Cylindrical-coordinate representation of color #D54673: hue angle of 341.12º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D54673 is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 70 | 115 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.16 |
| HSL | 341.12º | 0.63% | 0.55% | - |
| HSV(B) | 341.12º | 0.67% | 0.84% | - |
| XYZ | 32.73 | 19.76 | 18.31 | - |
| YUV | 117.89 | 126.38 | 195.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 70 | 115 | 0 | 0.67 | 0.46 | 0.16 | 341.12 | 0.63 | 0.55 |
| Hex | D5 | 46 | 73 | 0 | 43 | 2E | 10 | 155 | 3F | 37 |
| Octal | 325 | 106 | 163 | 0 | 103 | 56 | 20 | 525 | 77 | 67 |
| Binary | 11010101 | 1000110 | 1110011 | 0 | 1000011 | 101110 | 10000 | 101010101 | 111111 | 110111 |
Color Harmonies of #D54673
Complementary color
Monochromatic Colors of #D54673
Black with #D54673
Text Example
Text Example
White with #D54673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54673; }
p { color: rgb(213,70,115); }
H1.HeaderClassName
{
color: #D54673;
}
.AnyTagClassName
{
color: #D54673;
}
</style>
background-color css
<style>
a { background-color: #D54673; }
a { background-color: rgb(213,70,115); }
div.DivClassName
{
background-color: #D54673;
}
.BgClassName
{
background-color: #D54673;
}
</style>
border-color css
<style>
span { border-color: #D54673; }
span { border-color: rgb(213,70,115); }
td.TdClassName
{
border-color: #D54673;
}
.TagClassName
{
border-color: #D54673;
}
</style>