Shades of Cerise #D33869
Tints of Cerise #D33869
RGB
CMYK
RGB Variations
Color information
#D33869 (or 0xD33869) is known color: Cerise. HEX triplet: D3, 38 and 69. RGB value is (211,56,105). Sum of RGB (Red+Green+Blue) = 211+56+105=372 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.72% from 372); Green value is 56 (22.27% from 255 or 15.05% from 372); Blue value is 105 (41.41% from 255 or 28.23% from 372); Max value from RGB is 211 - color contains mainly: red. Hex color #D33869 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33869 is #2CC796. Grayscale: #6B6B6B. Windows color (decimal): -2934679 or 6895827. OLE color: 6895827.
HSL color Cylindrical-coordinate representation of color #D33869: hue angle of 341.03º 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 #D33869 is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 56 | 105 | - |
| CMYK | 0 | 0.73 | 0.50 | 0.17 |
| HSL | 341.03º | 0.64% | 0.52% | - |
| HSV(B) | 341.03º | 0.73% | 0.83% | - |
| XYZ | 30.83 | 17.7 | 15.16 | - |
| YUV | 107.93 | 126.35 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 56 | 105 | 0 | 0.73 | 0.50 | 0.17 | 341.03 | 0.64 | 0.52 |
| Hex | D3 | 38 | 69 | 0 | 49 | 32 | 11 | 155 | 40 | 34 |
| Octal | 323 | 70 | 151 | 0 | 111 | 62 | 21 | 525 | 100 | 64 |
| Binary | 11010011 | 111000 | 1101001 | 0 | 1001001 | 110010 | 10001 | 101010101 | 1000000 | 110100 |
Color Harmonies of #D33869
Complementary color
Monochromatic Colors of #D33869
Black with #D33869
Text Example
Text Example
White with #D33869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33869; }
p { color: rgb(211,56,105); }
H1.HeaderClassName
{
color: #D33869;
}
.AnyTagClassName
{
color: #D33869;
}
</style>
background-color css
<style>
a { background-color: #D33869; }
a { background-color: rgb(211,56,105); }
div.DivClassName
{
background-color: #D33869;
}
.BgClassName
{
background-color: #D33869;
}
</style>
border-color css
<style>
span { border-color: #D33869; }
span { border-color: rgb(211,56,105); }
td.TdClassName
{
border-color: #D33869;
}
.TagClassName
{
border-color: #D33869;
}
</style>