Shades of Cerise #D3346E
Tints of Cerise #D3346E
RGB
CMYK
RGB Variations
Color information
#D3346E (or 0xD3346E) is known color: Cerise. HEX triplet: D3, 34 and 6E. RGB value is (211,52,110). Sum of RGB (Red+Green+Blue) = 211+52+110=373 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.57% from 373); Green value is 52 (20.70% from 255 or 13.94% from 373); Blue value is 110 (43.36% from 255 or 29.49% from 373); Max value from RGB is 211 - color contains mainly: red. Hex color #D3346E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3346E is #2CCB91. Grayscale: #6A6A6A. Windows color (decimal): -2935698 or 7222483. OLE color: 7222483.
HSL color Cylindrical-coordinate representation of color #D3346E: hue angle of 338.11º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D3346E is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 52 | 110 | - |
| CMYK | 0 | 0.75 | 0.48 | 0.17 |
| HSL | 338.11º | 0.64% | 0.52% | - |
| HSV(B) | 338.11º | 0.75% | 0.83% | - |
| XYZ | 30.91 | 17.43 | 16.49 | - |
| YUV | 106.15 | 130.18 | 202.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 52 | 110 | 0 | 0.75 | 0.48 | 0.17 | 338.11 | 0.64 | 0.52 |
| Hex | D3 | 34 | 6E | 0 | 4B | 30 | 11 | 152 | 40 | 34 |
| Octal | 323 | 64 | 156 | 0 | 113 | 60 | 21 | 522 | 100 | 64 |
| Binary | 11010011 | 110100 | 1101110 | 0 | 1001011 | 110000 | 10001 | 101010010 | 1000000 | 110100 |
Color Harmonies of #D3346E
Complementary color
Monochromatic Colors of #D3346E
Black with #D3346E
Text Example
Text Example
White with #D3346E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3346E; }
p { color: rgb(211,52,110); }
H1.HeaderClassName
{
color: #D3346E;
}
.AnyTagClassName
{
color: #D3346E;
}
</style>
background-color css
<style>
a { background-color: #D3346E; }
a { background-color: rgb(211,52,110); }
div.DivClassName
{
background-color: #D3346E;
}
.BgClassName
{
background-color: #D3346E;
}
</style>
border-color css
<style>
span { border-color: #D3346E; }
span { border-color: rgb(211,52,110); }
td.TdClassName
{
border-color: #D3346E;
}
.TagClassName
{
border-color: #D3346E;
}
</style>