Shades of Cranberry #D83C75
Tints of Cranberry #D83C75
RGB
CMYK
RGB Variations
Color information
#D83C75 (or 0xD83C75) is known color: Cranberry. HEX triplet: D8, 3C and 75. RGB value is (216,60,117). Sum of RGB (Red+Green+Blue) = 216+60+117=393 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.96% from 393); Green value is 60 (23.83% from 255 or 15.27% from 393); Blue value is 117 (46.09% from 255 or 29.77% from 393); Max value from RGB is 216 - color contains mainly: red. Hex color #D83C75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D83C75 is #27C38A. Grayscale: #717171. Windows color (decimal): -2605963 or 7683288. OLE color: 7683288.
HSL color Cylindrical-coordinate representation of color #D83C75: hue angle of 338.08º 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 #D83C75 is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 60 | 117 | - |
| CMYK | 0 | 0.72 | 0.46 | 0.15 |
| HSL | 338.08º | 0.67% | 0.54% | - |
| HSV(B) | 338.08º | 0.72% | 0.85% | - |
| XYZ | 33.15 | 19.12 | 18.77 | - |
| YUV | 113.14 | 130.18 | 201.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 60 | 117 | 0 | 0.72 | 0.46 | 0.15 | 338.08 | 0.67 | 0.54 |
| Hex | D8 | 3C | 75 | 0 | 48 | 2E | F | 152 | 43 | 36 |
| Octal | 330 | 74 | 165 | 0 | 110 | 56 | 17 | 522 | 103 | 66 |
| Binary | 11011000 | 111100 | 1110101 | 0 | 1001000 | 101110 | 1111 | 101010010 | 1000011 | 110110 |
Color Harmonies of #D83C75
Complementary color
Monochromatic Colors of #D83C75
Black with #D83C75
Text Example
Text Example
White with #D83C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83C75; }
p { color: rgb(216,60,117); }
H1.HeaderClassName
{
color: #D83C75;
}
.AnyTagClassName
{
color: #D83C75;
}
</style>
background-color css
<style>
a { background-color: #D83C75; }
a { background-color: rgb(216,60,117); }
div.DivClassName
{
background-color: #D83C75;
}
.BgClassName
{
background-color: #D83C75;
}
</style>
border-color css
<style>
span { border-color: #D83C75; }
span { border-color: rgb(216,60,117); }
td.TdClassName
{
border-color: #D83C75;
}
.TagClassName
{
border-color: #D83C75;
}
</style>