Shades of Cerise #D3346C
Tints of Cerise #D3346C
RGB
CMYK
RGB Variations
Color information
#D3346C (or 0xD3346C) is known color: Cerise. HEX triplet: D3, 34 and 6C. RGB value is (211,52,108). Sum of RGB (Red+Green+Blue) = 211+52+108=371 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.87% from 371); Green value is 52 (20.70% from 255 or 14.02% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 211 - color contains mainly: red. Hex color #D3346C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3346C is #2CCB93. Grayscale: #696969. Windows color (decimal): -2935700 or 7091411. OLE color: 7091411.
HSL color Cylindrical-coordinate representation of color #D3346C: hue angle of 338.87º 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 #D3346C is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 52 | 108 | - |
| CMYK | 0 | 0.75 | 0.49 | 0.17 |
| HSL | 338.87º | 0.64% | 0.52% | - |
| HSV(B) | 338.87º | 0.75% | 0.83% | - |
| XYZ | 30.8 | 17.39 | 15.92 | - |
| YUV | 105.93 | 129.18 | 202.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 52 | 108 | 0 | 0.75 | 0.49 | 0.17 | 338.87 | 0.64 | 0.52 |
| Hex | D3 | 34 | 6C | 0 | 4B | 31 | 11 | 153 | 40 | 34 |
| Octal | 323 | 64 | 154 | 0 | 113 | 61 | 21 | 523 | 100 | 64 |
| Binary | 11010011 | 110100 | 1101100 | 0 | 1001011 | 110001 | 10001 | 101010011 | 1000000 | 110100 |
Color Harmonies of #D3346C
Complementary color
Monochromatic Colors of #D3346C
Black with #D3346C
Text Example
Text Example
White with #D3346C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3346C; }
p { color: rgb(211,52,108); }
H1.HeaderClassName
{
color: #D3346C;
}
.AnyTagClassName
{
color: #D3346C;
}
</style>
background-color css
<style>
a { background-color: #D3346C; }
a { background-color: rgb(211,52,108); }
div.DivClassName
{
background-color: #D3346C;
}
.BgClassName
{
background-color: #D3346C;
}
</style>
border-color css
<style>
span { border-color: #D3346C; }
span { border-color: rgb(211,52,108); }
td.TdClassName
{
border-color: #D3346C;
}
.TagClassName
{
border-color: #D3346C;
}
</style>