Shades of Deep Cerise #D3399A
Tints of Deep Cerise #D3399A
RGB
CMYK
RGB Variations
Color information
#D3399A (or 0xD3399A) is known color: Deep Cerise. HEX triplet: D3, 39 and 9A. RGB value is (211,57,154). Sum of RGB (Red+Green+Blue) = 211+57+154=422 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50% from 422); Green value is 57 (22.66% from 255 or 13.51% from 422); Blue value is 154 (60.55% from 255 or 36.49% from 422); Max value from RGB is 211 - color contains mainly: red. Hex color #D3399A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3399A is #2CC665. Grayscale: #717171. Windows color (decimal): -2934374 or 10107347. OLE color: 10107347.
HSL color Cylindrical-coordinate representation of color #D3399A: hue angle of 322.21º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D3399A is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 57 | 154 | - |
| CMYK | 0 | 0.73 | 0.27 | 0.17 |
| HSL | 322.21º | 0.64% | 0.53% | - |
| HSV(B) | 322.21º | 0.73% | 0.83% | - |
| XYZ | 34.16 | 19.11 | 32.46 | - |
| YUV | 114.1 | 150.52 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 57 | 154 | 0 | 0.73 | 0.27 | 0.17 | 322.21 | 0.64 | 0.53 |
| Hex | D3 | 39 | 9A | 0 | 49 | 1B | 11 | 142 | 40 | 35 |
| Octal | 323 | 71 | 232 | 0 | 111 | 33 | 21 | 502 | 100 | 65 |
| Binary | 11010011 | 111001 | 10011010 | 0 | 1001001 | 11011 | 10001 | 101000010 | 1000000 | 110101 |
Color Harmonies of #D3399A
Complementary color
Monochromatic Colors of #D3399A
Black with #D3399A
Text Example
Text Example
White with #D3399A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3399A; }
p { color: rgb(211,57,154); }
H1.HeaderClassName
{
color: #D3399A;
}
.AnyTagClassName
{
color: #D3399A;
}
</style>
background-color css
<style>
a { background-color: #D3399A; }
a { background-color: rgb(211,57,154); }
div.DivClassName
{
background-color: #D3399A;
}
.BgClassName
{
background-color: #D3399A;
}
</style>
border-color css
<style>
span { border-color: #D3399A; }
span { border-color: rgb(211,57,154); }
td.TdClassName
{
border-color: #D3399A;
}
.TagClassName
{
border-color: #D3399A;
}
</style>