Shades of Cranberry #D45487
Tints of Cranberry #D45487
RGB
CMYK
RGB Variations
Color information
#D45487 (or 0xD45487) is known color: Cranberry. HEX triplet: D4, 54 and 87. RGB value is (212,84,135). Sum of RGB (Red+Green+Blue) = 212+84+135=431 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.19% from 431); Green value is 84 (33.20% from 255 or 19.49% from 431); Blue value is 135 (53.12% from 255 or 31.32% from 431); Max value from RGB is 212 - color contains mainly: red. Hex color #D45487 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D45487 is #2BAB78. Grayscale: #808080. Windows color (decimal): -2861945 or 8869076. OLE color: 8869076.
HSL color Cylindrical-coordinate representation of color #D45487: hue angle of 336.09º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D45487 is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 84 | 135 | - |
| CMYK | 0 | 0.60 | 0.36 | 0.17 |
| HSL | 336.09º | 0.6% | 0.58% | - |
| HSV(B) | 336.09º | 0.6% | 0.83% | - |
| XYZ | 34.69 | 22.09 | 25.36 | - |
| YUV | 128.09 | 131.91 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 84 | 135 | 0 | 0.60 | 0.36 | 0.17 | 336.09 | 0.6 | 0.58 |
| Hex | D4 | 54 | 87 | 0 | 3C | 24 | 11 | 150 | 3C | 3A |
| Octal | 324 | 124 | 207 | 0 | 74 | 44 | 21 | 520 | 74 | 72 |
| Binary | 11010100 | 1010100 | 10000111 | 0 | 111100 | 100100 | 10001 | 101010000 | 111100 | 111010 |
Color Harmonies of #D45487
Complementary color
Monochromatic Colors of #D45487
Black with #D45487
Text Example
Text Example
White with #D45487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45487; }
p { color: rgb(212,84,135); }
H1.HeaderClassName
{
color: #D45487;
}
.AnyTagClassName
{
color: #D45487;
}
</style>
background-color css
<style>
a { background-color: #D45487; }
a { background-color: rgb(212,84,135); }
div.DivClassName
{
background-color: #D45487;
}
.BgClassName
{
background-color: #D45487;
}
</style>
border-color css
<style>
span { border-color: #D45487; }
span { border-color: rgb(212,84,135); }
td.TdClassName
{
border-color: #D45487;
}
.TagClassName
{
border-color: #D45487;
}
</style>