Shades of Cranberry #D33C75
Tints of Cranberry #D33C75
RGB
CMYK
RGB Variations
Color information
#D33C75 (or 0xD33C75) is known color: Cranberry. HEX triplet: D3, 3C and 75. RGB value is (211,60,117). Sum of RGB (Red+Green+Blue) = 211+60+117=388 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.38% from 388); Green value is 60 (23.83% from 255 or 15.46% from 388); Blue value is 117 (46.09% from 255 or 30.15% from 388); Max value from RGB is 211 - color contains mainly: red. Hex color #D33C75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33C75 is #2CC38A. Grayscale: #6F6F6F. Windows color (decimal): -2933643 or 7683283. OLE color: 7683283.
HSL color Cylindrical-coordinate representation of color #D33C75: hue angle of 337.35º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D33C75 is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 60 | 117 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.17 |
| HSL | 337.35º | 0.63% | 0.53% | - |
| HSV(B) | 337.35º | 0.72% | 0.83% | - |
| XYZ | 31.69 | 18.36 | 18.7 | - |
| YUV | 111.65 | 131.03 | 198.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 60 | 117 | 0 | 0.72 | 0.45 | 0.17 | 337.35 | 0.63 | 0.53 |
| Hex | D3 | 3C | 75 | 0 | 48 | 2D | 11 | 151 | 3F | 35 |
| Octal | 323 | 74 | 165 | 0 | 110 | 55 | 21 | 521 | 77 | 65 |
| Binary | 11010011 | 111100 | 1110101 | 0 | 1001000 | 101101 | 10001 | 101010001 | 111111 | 110101 |
Color Harmonies of #D33C75
Complementary color
Monochromatic Colors of #D33C75
Black with #D33C75
Text Example
Text Example
White with #D33C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33C75; }
p { color: rgb(211,60,117); }
H1.HeaderClassName
{
color: #D33C75;
}
.AnyTagClassName
{
color: #D33C75;
}
</style>
background-color css
<style>
a { background-color: #D33C75; }
a { background-color: rgb(211,60,117); }
div.DivClassName
{
background-color: #D33C75;
}
.BgClassName
{
background-color: #D33C75;
}
</style>
border-color css
<style>
span { border-color: #D33C75; }
span { border-color: rgb(211,60,117); }
td.TdClassName
{
border-color: #D33C75;
}
.TagClassName
{
border-color: #D33C75;
}
</style>