Shades of Cranberry #D45388
Tints of Cranberry #D45388
RGB
CMYK
RGB Variations
Color information
#D45388 (or 0xD45388) is known color: Cranberry. HEX triplet: D4, 53 and 88. RGB value is (212,83,136). Sum of RGB (Red+Green+Blue) = 212+83+136=431 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.19% from 431); Green value is 83 (32.81% from 255 or 19.26% from 431); Blue value is 136 (53.52% from 255 or 31.55% from 431); Max value from RGB is 212 - color contains mainly: red. Hex color #D45388 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D45388 is #2BAC77. Grayscale: #7F7F7F. Windows color (decimal): -2862200 or 8934356. OLE color: 8934356.
HSL color Cylindrical-coordinate representation of color #D45388: hue angle of 335.35º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D45388 is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 83 | 136 | - |
| CMYK | 0 | 0.61 | 0.36 | 0.17 |
| HSL | 335.35º | 0.6% | 0.58% | - |
| HSV(B) | 335.35º | 0.61% | 0.83% | - |
| XYZ | 34.69 | 21.96 | 25.7 | - |
| YUV | 127.61 | 132.74 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 83 | 136 | 0 | 0.61 | 0.36 | 0.17 | 335.35 | 0.6 | 0.58 |
| Hex | D4 | 53 | 88 | 0 | 3D | 24 | 11 | 14F | 3C | 3A |
| Octal | 324 | 123 | 210 | 0 | 75 | 44 | 21 | 517 | 74 | 72 |
| Binary | 11010100 | 1010011 | 10001000 | 0 | 111101 | 100100 | 10001 | 101001111 | 111100 | 111010 |
Color Harmonies of #D45388
Complementary color
Monochromatic Colors of #D45388
Black with #D45388
Text Example
Text Example
White with #D45388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45388; }
p { color: rgb(212,83,136); }
H1.HeaderClassName
{
color: #D45388;
}
.AnyTagClassName
{
color: #D45388;
}
</style>
background-color css
<style>
a { background-color: #D45388; }
a { background-color: rgb(212,83,136); }
div.DivClassName
{
background-color: #D45388;
}
.BgClassName
{
background-color: #D45388;
}
</style>
border-color css
<style>
span { border-color: #D45388; }
span { border-color: rgb(212,83,136); }
td.TdClassName
{
border-color: #D45388;
}
.TagClassName
{
border-color: #D45388;
}
</style>