Shades of Deep Cerise #D3357A
Tints of Deep Cerise #D3357A
RGB
CMYK
RGB Variations
Color information
#D3357A (or 0xD3357A) is known color: Deep Cerise. HEX triplet: D3, 35 and 7A. RGB value is (211,53,122). Sum of RGB (Red+Green+Blue) = 211+53+122=386 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.66% from 386); Green value is 53 (21.09% from 255 or 13.73% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 211 - color contains mainly: red. Hex color #D3357A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3357A is #2CCA85. Grayscale: #6B6B6B. Windows color (decimal): -2935430 or 8009171. OLE color: 8009171.
HSL color Cylindrical-coordinate representation of color #D3357A: hue angle of 333.8º 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 #D3357A is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 53 | 122 | - |
| CMYK | 0 | 0.75 | 0.42 | 0.17 |
| HSL | 333.8º | 0.64% | 0.52% | - |
| HSV(B) | 333.8º | 0.75% | 0.83% | - |
| XYZ | 31.65 | 17.8 | 20.18 | - |
| YUV | 108.11 | 135.85 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 53 | 122 | 0 | 0.75 | 0.42 | 0.17 | 333.8 | 0.64 | 0.52 |
| Hex | D3 | 35 | 7A | 0 | 4B | 2A | 11 | 14E | 40 | 34 |
| Octal | 323 | 65 | 172 | 0 | 113 | 52 | 21 | 516 | 100 | 64 |
| Binary | 11010011 | 110101 | 1111010 | 0 | 1001011 | 101010 | 10001 | 101001110 | 1000000 | 110100 |
Color Harmonies of #D3357A
Complementary color
Monochromatic Colors of #D3357A
Black with #D3357A
Text Example
Text Example
White with #D3357A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3357A; }
p { color: rgb(211,53,122); }
H1.HeaderClassName
{
color: #D3357A;
}
.AnyTagClassName
{
color: #D3357A;
}
</style>
background-color css
<style>
a { background-color: #D3357A; }
a { background-color: rgb(211,53,122); }
div.DivClassName
{
background-color: #D3357A;
}
.BgClassName
{
background-color: #D3357A;
}
</style>
border-color css
<style>
span { border-color: #D3357A; }
span { border-color: rgb(211,53,122); }
td.TdClassName
{
border-color: #D3357A;
}
.TagClassName
{
border-color: #D3357A;
}
</style>