Shades of Deep Cerise #D3348C
Tints of Deep Cerise #D3348C
RGB
CMYK
RGB Variations
Color information
#D3348C (or 0xD3348C) is known color: Deep Cerise. HEX triplet: D3, 34 and 8C. RGB value is (211,52,140). Sum of RGB (Red+Green+Blue) = 211+52+140=403 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.36% from 403); Green value is 52 (20.70% from 255 or 12.90% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 211 - color contains mainly: red. Hex color #D3348C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3348C is #2CCB73. Grayscale: #6D6D6D. Windows color (decimal): -2935668 or 9188563. OLE color: 9188563.
HSL color Cylindrical-coordinate representation of color #D3348C: hue angle of 326.79º 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 #D3348C is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 52 | 140 | - |
| CMYK | 0 | 0.75 | 0.34 | 0.17 |
| HSL | 326.79º | 0.64% | 0.52% | - |
| HSV(B) | 326.79º | 0.75% | 0.83% | - |
| XYZ | 32.83 | 18.2 | 26.59 | - |
| YUV | 109.57 | 145.18 | 200.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 52 | 140 | 0 | 0.75 | 0.34 | 0.17 | 326.79 | 0.64 | 0.52 |
| Hex | D3 | 34 | 8C | 0 | 4B | 22 | 11 | 147 | 40 | 34 |
| Octal | 323 | 64 | 214 | 0 | 113 | 42 | 21 | 507 | 100 | 64 |
| Binary | 11010011 | 110100 | 10001100 | 0 | 1001011 | 100010 | 10001 | 101000111 | 1000000 | 110100 |
Color Harmonies of #D3348C
Complementary color
Monochromatic Colors of #D3348C
Black with #D3348C
Text Example
Text Example
White with #D3348C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3348C; }
p { color: rgb(211,52,140); }
H1.HeaderClassName
{
color: #D3348C;
}
.AnyTagClassName
{
color: #D3348C;
}
</style>
background-color css
<style>
a { background-color: #D3348C; }
a { background-color: rgb(211,52,140); }
div.DivClassName
{
background-color: #D3348C;
}
.BgClassName
{
background-color: #D3348C;
}
</style>
border-color css
<style>
span { border-color: #D3348C; }
span { border-color: rgb(211,52,140); }
td.TdClassName
{
border-color: #D3348C;
}
.TagClassName
{
border-color: #D3348C;
}
</style>