Shades of Cranberry #D84883
Tints of Cranberry #D84883
RGB
CMYK
RGB Variations
Color information
#D84883 (or 0xD84883) is known color: Cranberry. HEX triplet: D8, 48 and 83. RGB value is (216,72,131). Sum of RGB (Red+Green+Blue) = 216+72+131=419 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.55% from 419); Green value is 72 (28.52% from 255 or 17.18% from 419); Blue value is 131 (51.56% from 255 or 31.26% from 419); Max value from RGB is 216 - color contains mainly: red. Hex color #D84883 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84883 is #27B77C. Grayscale: #797979. Windows color (decimal): -2602877 or 8603864. OLE color: 8603864.
HSL color Cylindrical-coordinate representation of color #D84883: hue angle of 335.42º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D84883 is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 72 | 131 | - |
| CMYK | 0 | 0.67 | 0.39 | 0.15 |
| HSL | 335.42º | 0.65% | 0.56% | - |
| HSV(B) | 335.42º | 0.67% | 0.85% | - |
| XYZ | 34.73 | 20.87 | 23.67 | - |
| YUV | 121.78 | 133.21 | 195.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 72 | 131 | 0 | 0.67 | 0.39 | 0.15 | 335.42 | 0.65 | 0.56 |
| Hex | D8 | 48 | 83 | 0 | 43 | 27 | F | 14F | 41 | 38 |
| Octal | 330 | 110 | 203 | 0 | 103 | 47 | 17 | 517 | 101 | 70 |
| Binary | 11011000 | 1001000 | 10000011 | 0 | 1000011 | 100111 | 1111 | 101001111 | 1000001 | 111000 |
Color Harmonies of #D84883
Complementary color
Monochromatic Colors of #D84883
Black with #D84883
Text Example
Text Example
White with #D84883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84883; }
p { color: rgb(216,72,131); }
H1.HeaderClassName
{
color: #D84883;
}
.AnyTagClassName
{
color: #D84883;
}
</style>
background-color css
<style>
a { background-color: #D84883; }
a { background-color: rgb(216,72,131); }
div.DivClassName
{
background-color: #D84883;
}
.BgClassName
{
background-color: #D84883;
}
</style>
border-color css
<style>
span { border-color: #D84883; }
span { border-color: rgb(216,72,131); }
td.TdClassName
{
border-color: #D84883;
}
.TagClassName
{
border-color: #D84883;
}
</style>