Shades of Cranberry #D33E77
Tints of Cranberry #D33E77
RGB
CMYK
RGB Variations
Color information
#D33E77 (or 0xD33E77) is known color: Cranberry. HEX triplet: D3, 3E and 77. RGB value is (211,62,119). Sum of RGB (Red+Green+Blue) = 211+62+119=392 (51% of max value = 765). Red value is 211 (82.81% from 255 or 53.83% from 392); Green value is 62 (24.61% from 255 or 15.82% from 392); Blue value is 119 (46.88% from 255 or 30.36% from 392); Max value from RGB is 211 - color contains mainly: red. Hex color #D33E77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33E77 is #2CC188. Grayscale: #707070. Windows color (decimal): -2933129 or 7814867. OLE color: 7814867.
HSL color Cylindrical-coordinate representation of color #D33E77: hue angle of 337.05º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D33E77 is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 62 | 119 | - |
| CMYK | 0 | 0.71 | 0.44 | 0.17 |
| HSL | 337.05º | 0.63% | 0.54% | - |
| HSV(B) | 337.05º | 0.71% | 0.83% | - |
| XYZ | 31.92 | 18.63 | 19.37 | - |
| YUV | 113.05 | 131.36 | 197.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 62 | 119 | 0 | 0.71 | 0.44 | 0.17 | 337.05 | 0.63 | 0.54 |
| Hex | D3 | 3E | 77 | 0 | 47 | 2C | 11 | 151 | 3F | 36 |
| Octal | 323 | 76 | 167 | 0 | 107 | 54 | 21 | 521 | 77 | 66 |
| Binary | 11010011 | 111110 | 1110111 | 0 | 1000111 | 101100 | 10001 | 101010001 | 111111 | 110110 |
Color Harmonies of #D33E77
Complementary color
Monochromatic Colors of #D33E77
Black with #D33E77
Text Example
Text Example
White with #D33E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33E77; }
p { color: rgb(211,62,119); }
H1.HeaderClassName
{
color: #D33E77;
}
.AnyTagClassName
{
color: #D33E77;
}
</style>
background-color css
<style>
a { background-color: #D33E77; }
a { background-color: rgb(211,62,119); }
div.DivClassName
{
background-color: #D33E77;
}
.BgClassName
{
background-color: #D33E77;
}
</style>
border-color css
<style>
span { border-color: #D33E77; }
span { border-color: rgb(211,62,119); }
td.TdClassName
{
border-color: #D33E77;
}
.TagClassName
{
border-color: #D33E77;
}
</style>