Shades of Cerise #D33864
Tints of Cerise #D33864
RGB
CMYK
RGB Variations
Color information
#D33864 (or 0xD33864) is known color: Cerise. HEX triplet: D3, 38 and 64. RGB value is (211,56,100). Sum of RGB (Red+Green+Blue) = 211+56+100=367 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.49% from 367); Green value is 56 (22.27% from 255 or 15.26% from 367); Blue value is 100 (39.45% from 255 or 27.25% from 367); Max value from RGB is 211 - color contains mainly: red. Hex color #D33864 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33864 is #2CC79B. Grayscale: #6B6B6B. Windows color (decimal): -2934684 or 6568147. OLE color: 6568147.
HSL color Cylindrical-coordinate representation of color #D33864: hue angle of 342.97º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D33864 is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 56 | 100 | - |
| CMYK | 0 | 0.73 | 0.53 | 0.17 |
| HSL | 342.97º | 0.64% | 0.52% | - |
| HSV(B) | 342.97º | 0.73% | 0.83% | - |
| XYZ | 30.58 | 17.6 | 13.84 | - |
| YUV | 107.36 | 123.85 | 201.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 56 | 100 | 0 | 0.73 | 0.53 | 0.17 | 342.97 | 0.64 | 0.52 |
| Hex | D3 | 38 | 64 | 0 | 49 | 35 | 11 | 157 | 40 | 34 |
| Octal | 323 | 70 | 144 | 0 | 111 | 65 | 21 | 527 | 100 | 64 |
| Binary | 11010011 | 111000 | 1100100 | 0 | 1001001 | 110101 | 10001 | 101010111 | 1000000 | 110100 |
Color Harmonies of #D33864
Complementary color
Monochromatic Colors of #D33864
Black with #D33864
Text Example
Text Example
White with #D33864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33864; }
p { color: rgb(211,56,100); }
H1.HeaderClassName
{
color: #D33864;
}
.AnyTagClassName
{
color: #D33864;
}
</style>
background-color css
<style>
a { background-color: #D33864; }
a { background-color: rgb(211,56,100); }
div.DivClassName
{
background-color: #D33864;
}
.BgClassName
{
background-color: #D33864;
}
</style>
border-color css
<style>
span { border-color: #D33864; }
span { border-color: rgb(211,56,100); }
td.TdClassName
{
border-color: #D33864;
}
.TagClassName
{
border-color: #D33864;
}
</style>