Shades of Deep Cerise #D3338F
Tints of Deep Cerise #D3338F
RGB
CMYK
RGB Variations
Color information
#D3338F (or 0xD3338F) is known color: Deep Cerise. HEX triplet: D3, 33 and 8F. RGB value is (211,51,143). Sum of RGB (Red+Green+Blue) = 211+51+143=405 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.10% from 405); Green value is 51 (20.31% from 255 or 12.59% from 405); Blue value is 143 (56.25% from 255 or 35.31% from 405); Max value from RGB is 211 - color contains mainly: red. Hex color #D3338F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3338F is #2CCC70. Grayscale: #6D6D6D. Windows color (decimal): -2935921 or 9384915. OLE color: 9384915.
HSL color Cylindrical-coordinate representation of color #D3338F: hue angle of 325.5º 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 #D3338F is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 51 | 143 | - |
| CMYK | 0 | 0.76 | 0.32 | 0.17 |
| HSL | 325.5º | 0.65% | 0.51% | - |
| HSV(B) | 325.5º | 0.76% | 0.83% | - |
| XYZ | 33.01 | 18.2 | 27.76 | - |
| YUV | 109.33 | 147.01 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 51 | 143 | 0 | 0.76 | 0.32 | 0.17 | 325.5 | 0.65 | 0.51 |
| Hex | D3 | 33 | 8F | 0 | 4C | 20 | 11 | 146 | 41 | 33 |
| Octal | 323 | 63 | 217 | 0 | 114 | 40 | 21 | 506 | 101 | 63 |
| Binary | 11010011 | 110011 | 10001111 | 0 | 1001100 | 100000 | 10001 | 101000110 | 1000001 | 110011 |
Color Harmonies of #D3338F
Complementary color
Monochromatic Colors of #D3338F
Black with #D3338F
Text Example
Text Example
White with #D3338F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3338F; }
p { color: rgb(211,51,143); }
H1.HeaderClassName
{
color: #D3338F;
}
.AnyTagClassName
{
color: #D3338F;
}
</style>
background-color css
<style>
a { background-color: #D3338F; }
a { background-color: rgb(211,51,143); }
div.DivClassName
{
background-color: #D3338F;
}
.BgClassName
{
background-color: #D3338F;
}
</style>
border-color css
<style>
span { border-color: #D3338F; }
span { border-color: rgb(211,51,143); }
td.TdClassName
{
border-color: #D3338F;
}
.TagClassName
{
border-color: #D3338F;
}
</style>