Shades of Cranberry #D33D74
Tints of Cranberry #D33D74
RGB
CMYK
RGB Variations
Color information
#D33D74 (or 0xD33D74) is known color: Cranberry. HEX triplet: D3, 3D and 74. RGB value is (211,61,116). Sum of RGB (Red+Green+Blue) = 211+61+116=388 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.38% from 388); Green value is 61 (24.22% from 255 or 15.72% from 388); Blue value is 116 (45.70% from 255 or 29.90% from 388); Max value from RGB is 211 - color contains mainly: red. Hex color #D33D74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33D74 is #2CC28B. Grayscale: #707070. Windows color (decimal): -2933388 or 7618003. OLE color: 7618003.
HSL color Cylindrical-coordinate representation of color #D33D74: hue angle of 338º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D33D74 is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 61 | 116 | - |
| CMYK | 0 | 0.71 | 0.45 | 0.17 |
| HSL | 338º | 0.63% | 0.53% | - |
| HSV(B) | 338º | 0.71% | 0.83% | - |
| XYZ | 31.69 | 18.45 | 18.41 | - |
| YUV | 112.12 | 130.2 | 198.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 61 | 116 | 0 | 0.71 | 0.45 | 0.17 | 338 | 0.63 | 0.53 |
| Hex | D3 | 3D | 74 | 0 | 47 | 2D | 11 | 152 | 3F | 35 |
| Octal | 323 | 75 | 164 | 0 | 107 | 55 | 21 | 522 | 77 | 65 |
| Binary | 11010011 | 111101 | 1110100 | 0 | 1000111 | 101101 | 10001 | 101010010 | 111111 | 110101 |
Color Harmonies of #D33D74
Complementary color
Monochromatic Colors of #D33D74
Black with #D33D74
Text Example
Text Example
White with #D33D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33D74; }
p { color: rgb(211,61,116); }
H1.HeaderClassName
{
color: #D33D74;
}
.AnyTagClassName
{
color: #D33D74;
}
</style>
background-color css
<style>
a { background-color: #D33D74; }
a { background-color: rgb(211,61,116); }
div.DivClassName
{
background-color: #D33D74;
}
.BgClassName
{
background-color: #D33D74;
}
</style>
border-color css
<style>
span { border-color: #D33D74; }
span { border-color: rgb(211,61,116); }
td.TdClassName
{
border-color: #D33D74;
}
.TagClassName
{
border-color: #D33D74;
}
</style>