Shades of Cerise #D3366F
Tints of Cerise #D3366F
RGB
CMYK
RGB Variations
Color information
#D3366F (or 0xD3366F) is known color: Cerise. HEX triplet: D3, 36 and 6F. RGB value is (211,54,111). Sum of RGB (Red+Green+Blue) = 211+54+111=376 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.12% from 376); Green value is 54 (21.48% from 255 or 14.36% from 376); Blue value is 111 (43.75% from 255 or 29.52% from 376); Max value from RGB is 211 - color contains mainly: red. Hex color #D3366F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3366F is #2CC990. Grayscale: #6B6B6B. Windows color (decimal): -2935185 or 7288531. OLE color: 7288531.
HSL color Cylindrical-coordinate representation of color #D3366F: hue angle of 338.22º 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 #D3366F is Cyan = 0, Magento = 0.74, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 54 | 111 | - |
| CMYK | 0 | 0.74 | 0.47 | 0.17 |
| HSL | 338.22º | 0.64% | 0.52% | - |
| HSV(B) | 338.22º | 0.74% | 0.83% | - |
| XYZ | 31.05 | 17.63 | 16.81 | - |
| YUV | 107.44 | 130.01 | 201.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 54 | 111 | 0 | 0.74 | 0.47 | 0.17 | 338.22 | 0.64 | 0.52 |
| Hex | D3 | 36 | 6F | 0 | 4A | 2F | 11 | 152 | 40 | 34 |
| Octal | 323 | 66 | 157 | 0 | 112 | 57 | 21 | 522 | 100 | 64 |
| Binary | 11010011 | 110110 | 1101111 | 0 | 1001010 | 101111 | 10001 | 101010010 | 1000000 | 110100 |
Color Harmonies of #D3366F
Complementary color
Monochromatic Colors of #D3366F
Black with #D3366F
Text Example
Text Example
White with #D3366F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3366F; }
p { color: rgb(211,54,111); }
H1.HeaderClassName
{
color: #D3366F;
}
.AnyTagClassName
{
color: #D3366F;
}
</style>
background-color css
<style>
a { background-color: #D3366F; }
a { background-color: rgb(211,54,111); }
div.DivClassName
{
background-color: #D3366F;
}
.BgClassName
{
background-color: #D3366F;
}
</style>
border-color css
<style>
span { border-color: #D3366F; }
span { border-color: rgb(211,54,111); }
td.TdClassName
{
border-color: #D3366F;
}
.TagClassName
{
border-color: #D3366F;
}
</style>