Shades of Cranberry #D45183
Tints of Cranberry #D45183
RGB
CMYK
RGB Variations
Color information
#D45183 (or 0xD45183) is known color: Cranberry. HEX triplet: D4, 51 and 83. RGB value is (212,81,131). Sum of RGB (Red+Green+Blue) = 212+81+131=424 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50% from 424); Green value is 81 (32.03% from 255 or 19.10% from 424); Blue value is 131 (51.56% from 255 or 30.90% from 424); Max value from RGB is 212 - color contains mainly: red. Hex color #D45183 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D45183 is #2BAE7C. Grayscale: #7D7D7D. Windows color (decimal): -2862717 or 8606164. OLE color: 8606164.
HSL color Cylindrical-coordinate representation of color #D45183: hue angle of 337.1º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D45183 is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 81 | 131 | - |
| CMYK | 0 | 0.62 | 0.38 | 0.17 |
| HSL | 337.1º | 0.6% | 0.57% | - |
| HSV(B) | 337.1º | 0.62% | 0.83% | - |
| XYZ | 34.19 | 21.52 | 23.82 | - |
| YUV | 125.87 | 130.9 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 81 | 131 | 0 | 0.62 | 0.38 | 0.17 | 337.1 | 0.6 | 0.57 |
| Hex | D4 | 51 | 83 | 0 | 3E | 26 | 11 | 151 | 3C | 39 |
| Octal | 324 | 121 | 203 | 0 | 76 | 46 | 21 | 521 | 74 | 71 |
| Binary | 11010100 | 1010001 | 10000011 | 0 | 111110 | 100110 | 10001 | 101010001 | 111100 | 111001 |
Color Harmonies of #D45183
Complementary color
Monochromatic Colors of #D45183
Black with #D45183
Text Example
Text Example
White with #D45183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45183; }
p { color: rgb(212,81,131); }
H1.HeaderClassName
{
color: #D45183;
}
.AnyTagClassName
{
color: #D45183;
}
</style>
background-color css
<style>
a { background-color: #D45183; }
a { background-color: rgb(212,81,131); }
div.DivClassName
{
background-color: #D45183;
}
.BgClassName
{
background-color: #D45183;
}
</style>
border-color css
<style>
span { border-color: #D45183; }
span { border-color: rgb(212,81,131); }
td.TdClassName
{
border-color: #D45183;
}
.TagClassName
{
border-color: #D45183;
}
</style>