Shades of Cranberry #D33C74
Tints of Cranberry #D33C74
RGB
CMYK
RGB Variations
Color information
#D33C74 (or 0xD33C74) is known color: Cranberry. HEX triplet: D3, 3C and 74. RGB value is (211,60,116). Sum of RGB (Red+Green+Blue) = 211+60+116=387 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.52% from 387); Green value is 60 (23.83% from 255 or 15.50% from 387); Blue value is 116 (45.70% from 255 or 29.97% from 387); Max value from RGB is 211 - color contains mainly: red. Hex color #D33C74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33C74 is #2CC38B. Grayscale: #6F6F6F. Windows color (decimal): -2933644 or 7617747. OLE color: 7617747.
HSL color Cylindrical-coordinate representation of color #D33C74: hue angle of 337.75º 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 #D33C74 is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 60 | 116 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.17 |
| HSL | 337.75º | 0.63% | 0.53% | - |
| HSV(B) | 337.75º | 0.72% | 0.83% | - |
| XYZ | 31.63 | 18.34 | 18.4 | - |
| YUV | 111.53 | 130.53 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 60 | 116 | 0 | 0.72 | 0.45 | 0.17 | 337.75 | 0.63 | 0.53 |
| Hex | D3 | 3C | 74 | 0 | 48 | 2D | 11 | 152 | 3F | 35 |
| Octal | 323 | 74 | 164 | 0 | 110 | 55 | 21 | 522 | 77 | 65 |
| Binary | 11010011 | 111100 | 1110100 | 0 | 1001000 | 101101 | 10001 | 101010010 | 111111 | 110101 |
Color Harmonies of #D33C74
Complementary color
Monochromatic Colors of #D33C74
Black with #D33C74
Text Example
Text Example
White with #D33C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33C74; }
p { color: rgb(211,60,116); }
H1.HeaderClassName
{
color: #D33C74;
}
.AnyTagClassName
{
color: #D33C74;
}
</style>
background-color css
<style>
a { background-color: #D33C74; }
a { background-color: rgb(211,60,116); }
div.DivClassName
{
background-color: #D33C74;
}
.BgClassName
{
background-color: #D33C74;
}
</style>
border-color css
<style>
span { border-color: #D33C74; }
span { border-color: rgb(211,60,116); }
td.TdClassName
{
border-color: #D33C74;
}
.TagClassName
{
border-color: #D33C74;
}
</style>