Shades of Cerise #D3366E
Tints of Cerise #D3366E
RGB
CMYK
RGB Variations
Color information
#D3366E (or 0xD3366E) is known color: Cerise. HEX triplet: D3, 36 and 6E. RGB value is (211,54,110). Sum of RGB (Red+Green+Blue) = 211+54+110=375 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.27% from 375); Green value is 54 (21.48% from 255 or 14.4% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 211 - color contains mainly: red. Hex color #D3366E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3366E is #2CC991. Grayscale: #6B6B6B. Windows color (decimal): -2935186 or 7222995. OLE color: 7222995.
HSL color Cylindrical-coordinate representation of color #D3366E: hue angle of 338.6º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D3366E is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 54 | 110 | - |
| CMYK | 0 | 0.74 | 0.48 | 0.17 |
| HSL | 338.6º | 0.64% | 0.52% | - |
| HSV(B) | 338.6º | 0.74% | 0.83% | - |
| XYZ | 31 | 17.61 | 16.52 | - |
| YUV | 107.33 | 129.51 | 201.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 54 | 110 | 0 | 0.74 | 0.48 | 0.17 | 338.6 | 0.64 | 0.52 |
| Hex | D3 | 36 | 6E | 0 | 4A | 30 | 11 | 153 | 40 | 34 |
| Octal | 323 | 66 | 156 | 0 | 112 | 60 | 21 | 523 | 100 | 64 |
| Binary | 11010011 | 110110 | 1101110 | 0 | 1001010 | 110000 | 10001 | 101010011 | 1000000 | 110100 |
Color Harmonies of #D3366E
Complementary color
Monochromatic Colors of #D3366E
Black with #D3366E
Text Example
Text Example
White with #D3366E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3366E; }
p { color: rgb(211,54,110); }
H1.HeaderClassName
{
color: #D3366E;
}
.AnyTagClassName
{
color: #D3366E;
}
</style>
background-color css
<style>
a { background-color: #D3366E; }
a { background-color: rgb(211,54,110); }
div.DivClassName
{
background-color: #D3366E;
}
.BgClassName
{
background-color: #D3366E;
}
</style>
border-color css
<style>
span { border-color: #D3366E; }
span { border-color: rgb(211,54,110); }
td.TdClassName
{
border-color: #D3366E;
}
.TagClassName
{
border-color: #D3366E;
}
</style>