Shades of Deep Cerise #D3357E
Tints of Deep Cerise #D3357E
RGB
CMYK
RGB Variations
Color information
#D3357E (or 0xD3357E) is known color: Deep Cerise. HEX triplet: D3, 35 and 7E. RGB value is (211,53,126). Sum of RGB (Red+Green+Blue) = 211+53+126=390 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.10% from 390); Green value is 53 (21.09% from 255 or 13.59% from 390); Blue value is 126 (49.61% from 255 or 32.31% from 390); Max value from RGB is 211 - color contains mainly: red. Hex color #D3357E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3357E is #2CCA81. Grayscale: #6C6C6C. Windows color (decimal): -2935426 or 8271315. OLE color: 8271315.
HSL color Cylindrical-coordinate representation of color #D3357E: hue angle of 332.28º 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 #D3357E is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 53 | 126 | - |
| CMYK | 0 | 0.75 | 0.40 | 0.17 |
| HSL | 332.28º | 0.64% | 0.52% | - |
| HSV(B) | 332.28º | 0.75% | 0.83% | - |
| XYZ | 31.9 | 17.9 | 21.51 | - |
| YUV | 108.56 | 137.85 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 53 | 126 | 0 | 0.75 | 0.40 | 0.17 | 332.28 | 0.64 | 0.52 |
| Hex | D3 | 35 | 7E | 0 | 4B | 28 | 11 | 14C | 40 | 34 |
| Octal | 323 | 65 | 176 | 0 | 113 | 50 | 21 | 514 | 100 | 64 |
| Binary | 11010011 | 110101 | 1111110 | 0 | 1001011 | 101000 | 10001 | 101001100 | 1000000 | 110100 |
Color Harmonies of #D3357E
Complementary color
Monochromatic Colors of #D3357E
Black with #D3357E
Text Example
Text Example
White with #D3357E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3357E; }
p { color: rgb(211,53,126); }
H1.HeaderClassName
{
color: #D3357E;
}
.AnyTagClassName
{
color: #D3357E;
}
</style>
background-color css
<style>
a { background-color: #D3357E; }
a { background-color: rgb(211,53,126); }
div.DivClassName
{
background-color: #D3357E;
}
.BgClassName
{
background-color: #D3357E;
}
</style>
border-color css
<style>
span { border-color: #D3357E; }
span { border-color: rgb(211,53,126); }
td.TdClassName
{
border-color: #D3357E;
}
.TagClassName
{
border-color: #D3357E;
}
</style>