Shades of Cerise #D3366A
Tints of Cerise #D3366A
RGB
CMYK
RGB Variations
Color information
#D3366A (or 0xD3366A) is known color: Cerise. HEX triplet: D3, 36 and 6A. RGB value is (211,54,106). Sum of RGB (Red+Green+Blue) = 211+54+106=371 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.87% from 371); Green value is 54 (21.48% from 255 or 14.56% from 371); Blue value is 106 (41.80% from 255 or 28.57% from 371); Max value from RGB is 211 - color contains mainly: red. Hex color #D3366A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3366A is #2CC995. Grayscale: #6A6A6A. Windows color (decimal): -2935190 or 6960851. OLE color: 6960851.
HSL color Cylindrical-coordinate representation of color #D3366A: hue angle of 340.13º 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 #D3366A is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 54 | 106 | - |
| CMYK | 0 | 0.74 | 0.50 | 0.17 |
| HSL | 340.13º | 0.64% | 0.52% | - |
| HSV(B) | 340.13º | 0.74% | 0.83% | - |
| XYZ | 30.78 | 17.53 | 15.4 | - |
| YUV | 106.87 | 127.51 | 202.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 54 | 106 | 0 | 0.74 | 0.50 | 0.17 | 340.13 | 0.64 | 0.52 |
| Hex | D3 | 36 | 6A | 0 | 4A | 32 | 11 | 154 | 40 | 34 |
| Octal | 323 | 66 | 152 | 0 | 112 | 62 | 21 | 524 | 100 | 64 |
| Binary | 11010011 | 110110 | 1101010 | 0 | 1001010 | 110010 | 10001 | 101010100 | 1000000 | 110100 |
Color Harmonies of #D3366A
Complementary color
Monochromatic Colors of #D3366A
Black with #D3366A
Text Example
Text Example
White with #D3366A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3366A; }
p { color: rgb(211,54,106); }
H1.HeaderClassName
{
color: #D3366A;
}
.AnyTagClassName
{
color: #D3366A;
}
</style>
background-color css
<style>
a { background-color: #D3366A; }
a { background-color: rgb(211,54,106); }
div.DivClassName
{
background-color: #D3366A;
}
.BgClassName
{
background-color: #D3366A;
}
</style>
border-color css
<style>
span { border-color: #D3366A; }
span { border-color: rgb(211,54,106); }
td.TdClassName
{
border-color: #D3366A;
}
.TagClassName
{
border-color: #D3366A;
}
</style>