Shades of Deep Cerise #D3408A
Tints of Deep Cerise #D3408A
RGB
CMYK
RGB Variations
Color information
#D3408A (or 0xD3408A) is known color: Deep Cerise. HEX triplet: D3, 40 and 8A. RGB value is (211,64,138). Sum of RGB (Red+Green+Blue) = 211+64+138=413 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.09% from 413); Green value is 64 (25.39% from 255 or 15.50% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 211 - color contains mainly: red. Hex color #D3408A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3408A is #2CBF75. Grayscale: #747474. Windows color (decimal): -2932598 or 9060563. OLE color: 9060563.
HSL color Cylindrical-coordinate representation of color #D3408A: hue angle of 329.8º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D3408A is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 64 | 138 | - |
| CMYK | 0 | 0.70 | 0.35 | 0.17 |
| HSL | 329.8º | 0.63% | 0.54% | - |
| HSV(B) | 329.8º | 0.7% | 0.83% | - |
| XYZ | 33.28 | 19.35 | 26.03 | - |
| YUV | 116.39 | 140.2 | 195.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 64 | 138 | 0 | 0.70 | 0.35 | 0.17 | 329.8 | 0.63 | 0.54 |
| Hex | D3 | 40 | 8A | 0 | 46 | 23 | 11 | 14A | 3F | 36 |
| Octal | 323 | 100 | 212 | 0 | 106 | 43 | 21 | 512 | 77 | 66 |
| Binary | 11010011 | 1000000 | 10001010 | 0 | 1000110 | 100011 | 10001 | 101001010 | 111111 | 110110 |
Color Harmonies of #D3408A
Complementary color
Monochromatic Colors of #D3408A
Black with #D3408A
Text Example
Text Example
White with #D3408A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3408A; }
p { color: rgb(211,64,138); }
H1.HeaderClassName
{
color: #D3408A;
}
.AnyTagClassName
{
color: #D3408A;
}
</style>
background-color css
<style>
a { background-color: #D3408A; }
a { background-color: rgb(211,64,138); }
div.DivClassName
{
background-color: #D3408A;
}
.BgClassName
{
background-color: #D3408A;
}
</style>
border-color css
<style>
span { border-color: #D3408A; }
span { border-color: rgb(211,64,138); }
td.TdClassName
{
border-color: #D3408A;
}
.TagClassName
{
border-color: #D3408A;
}
</style>