Shades of Cranberry #D83D75
Tints of Cranberry #D83D75
RGB
CMYK
RGB Variations
Color information
#D83D75 (or 0xD83D75) is known color: Cranberry. HEX triplet: D8, 3D and 75. RGB value is (216,61,117). Sum of RGB (Red+Green+Blue) = 216+61+117=394 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.82% from 394); Green value is 61 (24.22% from 255 or 15.48% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 216 - color contains mainly: red. Hex color #D83D75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D83D75 is #27C28A. Grayscale: #717171. Windows color (decimal): -2605707 or 7683544. OLE color: 7683544.
HSL color Cylindrical-coordinate representation of color #D83D75: hue angle of 338.32º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D83D75 is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 61 | 117 | - |
| CMYK | 0 | 0.72 | 0.46 | 0.15 |
| HSL | 338.32º | 0.67% | 0.54% | - |
| HSV(B) | 338.32º | 0.72% | 0.85% | - |
| XYZ | 33.2 | 19.22 | 18.79 | - |
| YUV | 113.73 | 129.85 | 200.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 61 | 117 | 0 | 0.72 | 0.46 | 0.15 | 338.32 | 0.67 | 0.54 |
| Hex | D8 | 3D | 75 | 0 | 48 | 2E | F | 152 | 43 | 36 |
| Octal | 330 | 75 | 165 | 0 | 110 | 56 | 17 | 522 | 103 | 66 |
| Binary | 11011000 | 111101 | 1110101 | 0 | 1001000 | 101110 | 1111 | 101010010 | 1000011 | 110110 |
Color Harmonies of #D83D75
Complementary color
Monochromatic Colors of #D83D75
Black with #D83D75
Text Example
Text Example
White with #D83D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83D75; }
p { color: rgb(216,61,117); }
H1.HeaderClassName
{
color: #D83D75;
}
.AnyTagClassName
{
color: #D83D75;
}
</style>
background-color css
<style>
a { background-color: #D83D75; }
a { background-color: rgb(216,61,117); }
div.DivClassName
{
background-color: #D83D75;
}
.BgClassName
{
background-color: #D83D75;
}
</style>
border-color css
<style>
span { border-color: #D83D75; }
span { border-color: rgb(216,61,117); }
td.TdClassName
{
border-color: #D83D75;
}
.TagClassName
{
border-color: #D83D75;
}
</style>