Shades of Cranberry #D83F71
Tints of Cranberry #D83F71
RGB
CMYK
RGB Variations
Color information
#D83F71 (or 0xD83F71) is known color: Cranberry. HEX triplet: D8, 3F and 71. RGB value is (216,63,113). Sum of RGB (Red+Green+Blue) = 216+63+113=392 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.10% from 392); Green value is 63 (25% from 255 or 16.07% from 392); Blue value is 113 (44.53% from 255 or 28.83% from 392); Max value from RGB is 216 - color contains mainly: red. Hex color #D83F71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D83F71 is #27C08E. Grayscale: #727272. Windows color (decimal): -2605199 or 7421912. OLE color: 7421912.
HSL color Cylindrical-coordinate representation of color #D83F71: hue angle of 340.39º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D83F71 is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 63 | 113 | - |
| CMYK | 0 | 0.71 | 0.48 | 0.15 |
| HSL | 340.39º | 0.66% | 0.55% | - |
| HSV(B) | 340.39º | 0.71% | 0.85% | - |
| XYZ | 33.08 | 19.35 | 17.61 | - |
| YUV | 114.45 | 127.19 | 200.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 63 | 113 | 0 | 0.71 | 0.48 | 0.15 | 340.39 | 0.66 | 0.55 |
| Hex | D8 | 3F | 71 | 0 | 47 | 30 | F | 154 | 42 | 37 |
| Octal | 330 | 77 | 161 | 0 | 107 | 60 | 17 | 524 | 102 | 67 |
| Binary | 11011000 | 111111 | 1110001 | 0 | 1000111 | 110000 | 1111 | 101010100 | 1000010 | 110111 |
Color Harmonies of #D83F71
Complementary color
Monochromatic Colors of #D83F71
Black with #D83F71
Text Example
Text Example
White with #D83F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83F71; }
p { color: rgb(216,63,113); }
H1.HeaderClassName
{
color: #D83F71;
}
.AnyTagClassName
{
color: #D83F71;
}
</style>
background-color css
<style>
a { background-color: #D83F71; }
a { background-color: rgb(216,63,113); }
div.DivClassName
{
background-color: #D83F71;
}
.BgClassName
{
background-color: #D83F71;
}
</style>
border-color css
<style>
span { border-color: #D83F71; }
span { border-color: rgb(216,63,113); }
td.TdClassName
{
border-color: #D83F71;
}
.TagClassName
{
border-color: #D83F71;
}
</style>