Shades of Cerise #D33164
Tints of Cerise #D33164
RGB
CMYK
RGB Variations
Color information
#D33164 (or 0xD33164) is known color: Cerise. HEX triplet: D3, 31 and 64. RGB value is (211,49,100). Sum of RGB (Red+Green+Blue) = 211+49+100=360 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.61% from 360); Green value is 49 (19.53% from 255 or 13.61% from 360); Blue value is 100 (39.45% from 255 or 27.78% from 360); Max value from RGB is 211 - color contains mainly: red. Hex color #D33164 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33164 is #2CCE9B. Grayscale: #676767. Windows color (decimal): -2936476 or 6566355. OLE color: 6566355.
HSL color Cylindrical-coordinate representation of color #D33164: hue angle of 341.11º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D33164 is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 49 | 100 | - |
| CMYK | 0 | 0.77 | 0.53 | 0.17 |
| HSL | 341.11º | 0.65% | 0.51% | - |
| HSV(B) | 341.11º | 0.77% | 0.83% | - |
| XYZ | 30.26 | 16.97 | 13.74 | - |
| YUV | 103.25 | 126.17 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 49 | 100 | 0 | 0.77 | 0.53 | 0.17 | 341.11 | 0.65 | 0.51 |
| Hex | D3 | 31 | 64 | 0 | 4D | 35 | 11 | 155 | 41 | 33 |
| Octal | 323 | 61 | 144 | 0 | 115 | 65 | 21 | 525 | 101 | 63 |
| Binary | 11010011 | 110001 | 1100100 | 0 | 1001101 | 110101 | 10001 | 101010101 | 1000001 | 110011 |
Color Harmonies of #D33164
Complementary color
Monochromatic Colors of #D33164
Black with #D33164
Text Example
Text Example
White with #D33164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33164; }
p { color: rgb(211,49,100); }
H1.HeaderClassName
{
color: #D33164;
}
.AnyTagClassName
{
color: #D33164;
}
</style>
background-color css
<style>
a { background-color: #D33164; }
a { background-color: rgb(211,49,100); }
div.DivClassName
{
background-color: #D33164;
}
.BgClassName
{
background-color: #D33164;
}
</style>
border-color css
<style>
span { border-color: #D33164; }
span { border-color: rgb(211,49,100); }
td.TdClassName
{
border-color: #D33164;
}
.TagClassName
{
border-color: #D33164;
}
</style>