Shades of Cranberry #D83E75
Tints of Cranberry #D83E75
RGB
CMYK
RGB Variations
Color information
#D83E75 (or 0xD83E75) is known color: Cranberry. HEX triplet: D8, 3E and 75. RGB value is (216,62,117). Sum of RGB (Red+Green+Blue) = 216+62+117=395 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.68% from 395); Green value is 62 (24.61% from 255 or 15.70% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 216 - color contains mainly: red. Hex color #D83E75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D83E75 is #27C18A. Grayscale: #727272. Windows color (decimal): -2605451 or 7683800. OLE color: 7683800.
HSL color Cylindrical-coordinate representation of color #D83E75: hue angle of 338.57º 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 #D83E75 is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 62 | 117 | - |
| CMYK | 0 | 0.71 | 0.46 | 0.15 |
| HSL | 338.57º | 0.66% | 0.55% | - |
| HSV(B) | 338.57º | 0.71% | 0.85% | - |
| XYZ | 33.25 | 19.33 | 18.81 | - |
| YUV | 114.32 | 129.52 | 200.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 62 | 117 | 0 | 0.71 | 0.46 | 0.15 | 338.57 | 0.66 | 0.55 |
| Hex | D8 | 3E | 75 | 0 | 47 | 2E | F | 153 | 42 | 37 |
| Octal | 330 | 76 | 165 | 0 | 107 | 56 | 17 | 523 | 102 | 67 |
| Binary | 11011000 | 111110 | 1110101 | 0 | 1000111 | 101110 | 1111 | 101010011 | 1000010 | 110111 |
Color Harmonies of #D83E75
Complementary color
Monochromatic Colors of #D83E75
Black with #D83E75
Text Example
Text Example
White with #D83E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83E75; }
p { color: rgb(216,62,117); }
H1.HeaderClassName
{
color: #D83E75;
}
.AnyTagClassName
{
color: #D83E75;
}
</style>
background-color css
<style>
a { background-color: #D83E75; }
a { background-color: rgb(216,62,117); }
div.DivClassName
{
background-color: #D83E75;
}
.BgClassName
{
background-color: #D83E75;
}
</style>
border-color css
<style>
span { border-color: #D83E75; }
span { border-color: rgb(216,62,117); }
td.TdClassName
{
border-color: #D83E75;
}
.TagClassName
{
border-color: #D83E75;
}
</style>