Shades of Deep Cerise #D3308F
Tints of Deep Cerise #D3308F
RGB
CMYK
RGB Variations
Color information
#D3308F (or 0xD3308F) is known color: Deep Cerise. HEX triplet: D3, 30 and 8F. RGB value is (211,48,143). Sum of RGB (Red+Green+Blue) = 211+48+143=402 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.49% from 402); Green value is 48 (19.14% from 255 or 11.94% from 402); Blue value is 143 (56.25% from 255 or 35.57% from 402); Max value from RGB is 211 - color contains mainly: red. Hex color #D3308F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3308F is #2CCF70. Grayscale: #6B6B6B. Windows color (decimal): -2936689 or 9384147. OLE color: 9384147.
HSL color Cylindrical-coordinate representation of color #D3308F: hue angle of 325.03º 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 #D3308F is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 48 | 143 | - |
| CMYK | 0 | 0.77 | 0.32 | 0.17 |
| HSL | 325.03º | 0.65% | 0.51% | - |
| HSV(B) | 325.03º | 0.77% | 0.83% | - |
| XYZ | 32.88 | 17.95 | 27.72 | - |
| YUV | 107.57 | 148 | 201.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 48 | 143 | 0 | 0.77 | 0.32 | 0.17 | 325.03 | 0.65 | 0.51 |
| Hex | D3 | 30 | 8F | 0 | 4D | 20 | 11 | 145 | 41 | 33 |
| Octal | 323 | 60 | 217 | 0 | 115 | 40 | 21 | 505 | 101 | 63 |
| Binary | 11010011 | 110000 | 10001111 | 0 | 1001101 | 100000 | 10001 | 101000101 | 1000001 | 110011 |
Color Harmonies of #D3308F
Complementary color
Monochromatic Colors of #D3308F
Black with #D3308F
Text Example
Text Example
White with #D3308F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3308F; }
p { color: rgb(211,48,143); }
H1.HeaderClassName
{
color: #D3308F;
}
.AnyTagClassName
{
color: #D3308F;
}
</style>
background-color css
<style>
a { background-color: #D3308F; }
a { background-color: rgb(211,48,143); }
div.DivClassName
{
background-color: #D3308F;
}
.BgClassName
{
background-color: #D3308F;
}
</style>
border-color css
<style>
span { border-color: #D3308F; }
span { border-color: rgb(211,48,143); }
td.TdClassName
{
border-color: #D3308F;
}
.TagClassName
{
border-color: #D3308F;
}
</style>