Shades of Deep Cerise #D3308A
Tints of Deep Cerise #D3308A
RGB
CMYK
RGB Variations
Color information
#D3308A (or 0xD3308A) is known color: Deep Cerise. HEX triplet: D3, 30 and 8A. RGB value is (211,48,138). Sum of RGB (Red+Green+Blue) = 211+48+138=397 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.15% from 397); Green value is 48 (19.14% from 255 or 12.09% from 397); Blue value is 138 (54.30% from 255 or 34.76% from 397); Max value from RGB is 211 - color contains mainly: red. Hex color #D3308A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3308A is #2CCF75. Grayscale: #6A6A6A. Windows color (decimal): -2936694 or 9056467. OLE color: 9056467.
HSL color Cylindrical-coordinate representation of color #D3308A: hue angle of 326.87º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D3308A is Cyan = 0, Magento = 0.77, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 48 | 138 | - |
| CMYK | 0 | 0.77 | 0.35 | 0.17 |
| HSL | 326.87º | 0.65% | 0.51% | - |
| HSV(B) | 326.87º | 0.77% | 0.83% | - |
| XYZ | 32.51 | 17.8 | 25.77 | - |
| YUV | 107 | 145.5 | 202.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 48 | 138 | 0 | 0.77 | 0.35 | 0.17 | 326.87 | 0.65 | 0.51 |
| Hex | D3 | 30 | 8A | 0 | 4D | 23 | 11 | 147 | 41 | 33 |
| Octal | 323 | 60 | 212 | 0 | 115 | 43 | 21 | 507 | 101 | 63 |
| Binary | 11010011 | 110000 | 10001010 | 0 | 1001101 | 100011 | 10001 | 101000111 | 1000001 | 110011 |
Color Harmonies of #D3308A
Complementary color
Monochromatic Colors of #D3308A
Black with #D3308A
Text Example
Text Example
White with #D3308A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3308A; }
p { color: rgb(211,48,138); }
H1.HeaderClassName
{
color: #D3308A;
}
.AnyTagClassName
{
color: #D3308A;
}
</style>
background-color css
<style>
a { background-color: #D3308A; }
a { background-color: rgb(211,48,138); }
div.DivClassName
{
background-color: #D3308A;
}
.BgClassName
{
background-color: #D3308A;
}
</style>
border-color css
<style>
span { border-color: #D3308A; }
span { border-color: rgb(211,48,138); }
td.TdClassName
{
border-color: #D3308A;
}
.TagClassName
{
border-color: #D3308A;
}
</style>