Shades of Deep Cerise #D3338A
Tints of Deep Cerise #D3338A
RGB
CMYK
RGB Variations
Color information
#D3338A (or 0xD3338A) is known color: Deep Cerise. HEX triplet: D3, 33 and 8A. RGB value is (211,51,138). Sum of RGB (Red+Green+Blue) = 211+51+138=400 (52% of max value = 765). Red value is 211 (82.81% from 255 or 52.75% from 400); Green value is 51 (20.31% from 255 or 12.75% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 211 - color contains mainly: red. Hex color #D3338A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3338A is #2CCC75. Grayscale: #6C6C6C. Windows color (decimal): -2935926 or 9057235. OLE color: 9057235.
HSL color Cylindrical-coordinate representation of color #D3338A: hue angle of 327.38º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D3338A is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 51 | 138 | - |
| CMYK | 0 | 0.76 | 0.35 | 0.17 |
| HSL | 327.38º | 0.65% | 0.51% | - |
| HSV(B) | 327.38º | 0.76% | 0.83% | - |
| XYZ | 32.64 | 18.05 | 25.81 | - |
| YUV | 108.76 | 144.51 | 200.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 51 | 138 | 0 | 0.76 | 0.35 | 0.17 | 327.38 | 0.65 | 0.51 |
| Hex | D3 | 33 | 8A | 0 | 4C | 23 | 11 | 147 | 41 | 33 |
| Octal | 323 | 63 | 212 | 0 | 114 | 43 | 21 | 507 | 101 | 63 |
| Binary | 11010011 | 110011 | 10001010 | 0 | 1001100 | 100011 | 10001 | 101000111 | 1000001 | 110011 |
Color Harmonies of #D3338A
Complementary color
Monochromatic Colors of #D3338A
Black with #D3338A
Text Example
Text Example
White with #D3338A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3338A; }
p { color: rgb(211,51,138); }
H1.HeaderClassName
{
color: #D3338A;
}
.AnyTagClassName
{
color: #D3338A;
}
</style>
background-color css
<style>
a { background-color: #D3338A; }
a { background-color: rgb(211,51,138); }
div.DivClassName
{
background-color: #D3338A;
}
.BgClassName
{
background-color: #D3338A;
}
</style>
border-color css
<style>
span { border-color: #D3338A; }
span { border-color: rgb(211,51,138); }
td.TdClassName
{
border-color: #D3338A;
}
.TagClassName
{
border-color: #D3338A;
}
</style>