Shades of Cranberry #D83F74
Tints of Cranberry #D83F74
RGB
CMYK
RGB Variations
Color information
#D83F74 (or 0xD83F74) is known color: Cranberry. HEX triplet: D8, 3F and 74. RGB value is (216,63,116). Sum of RGB (Red+Green+Blue) = 216+63+116=395 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.68% from 395); Green value is 63 (25% from 255 or 15.95% from 395); Blue value is 116 (45.70% from 255 or 29.37% from 395); Max value from RGB is 216 - color contains mainly: red. Hex color #D83F74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D83F74 is #27C08B. Grayscale: #727272. Windows color (decimal): -2605196 or 7618520. OLE color: 7618520.
HSL color Cylindrical-coordinate representation of color #D83F74: hue angle of 339.22º 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 #D83F74 is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 63 | 116 | - |
| CMYK | 0 | 0.71 | 0.46 | 0.15 |
| HSL | 339.22º | 0.66% | 0.55% | - |
| HSV(B) | 339.22º | 0.71% | 0.85% | - |
| XYZ | 33.25 | 19.41 | 18.52 | - |
| YUV | 114.79 | 128.69 | 200.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 63 | 116 | 0 | 0.71 | 0.46 | 0.15 | 339.22 | 0.66 | 0.55 |
| Hex | D8 | 3F | 74 | 0 | 47 | 2E | F | 153 | 42 | 37 |
| Octal | 330 | 77 | 164 | 0 | 107 | 56 | 17 | 523 | 102 | 67 |
| Binary | 11011000 | 111111 | 1110100 | 0 | 1000111 | 101110 | 1111 | 101010011 | 1000010 | 110111 |
Color Harmonies of #D83F74
Complementary color
Monochromatic Colors of #D83F74
Black with #D83F74
Text Example
Text Example
White with #D83F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83F74; }
p { color: rgb(216,63,116); }
H1.HeaderClassName
{
color: #D83F74;
}
.AnyTagClassName
{
color: #D83F74;
}
</style>
background-color css
<style>
a { background-color: #D83F74; }
a { background-color: rgb(216,63,116); }
div.DivClassName
{
background-color: #D83F74;
}
.BgClassName
{
background-color: #D83F74;
}
</style>
border-color css
<style>
span { border-color: #D83F74; }
span { border-color: rgb(216,63,116); }
td.TdClassName
{
border-color: #D83F74;
}
.TagClassName
{
border-color: #D83F74;
}
</style>