Shades of Deep Cerise #D0338F
Tints of Deep Cerise #D0338F
RGB
CMYK
RGB Variations
Color information
#D0338F (or 0xD0338F) is known color: Deep Cerise. HEX triplet: D0, 33 and 8F. RGB value is (208,51,143). Sum of RGB (Red+Green+Blue) = 208+51+143=402 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.74% from 402); Green value is 51 (20.31% from 255 or 12.69% from 402); Blue value is 143 (56.25% from 255 or 35.57% from 402); Max value from RGB is 208 - color contains mainly: red. Hex color #D0338F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0338F is #2FCC70. Grayscale: #6C6C6C. Windows color (decimal): -3132529 or 9384912. OLE color: 9384912.
HSL color Cylindrical-coordinate representation of color #D0338F: hue angle of 324.84º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D0338F is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 51 | 143 | - |
| CMYK | 0 | 0.75 | 0.31 | 0.18 |
| HSL | 324.84º | 0.63% | 0.51% | - |
| HSV(B) | 324.84º | 0.75% | 0.82% | - |
| XYZ | 32.15 | 17.76 | 27.72 | - |
| YUV | 108.43 | 147.51 | 199.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 51 | 143 | 0 | 0.75 | 0.31 | 0.18 | 324.84 | 0.63 | 0.51 |
| Hex | D0 | 33 | 8F | 0 | 4B | 1F | 12 | 145 | 3F | 33 |
| Octal | 320 | 63 | 217 | 0 | 113 | 37 | 22 | 505 | 77 | 63 |
| Binary | 11010000 | 110011 | 10001111 | 0 | 1001011 | 11111 | 10010 | 101000101 | 111111 | 110011 |
Color Harmonies of #D0338F
Complementary color
Monochromatic Colors of #D0338F
Black with #D0338F
Text Example
Text Example
White with #D0338F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0338F; }
p { color: rgb(208,51,143); }
H1.HeaderClassName
{
color: #D0338F;
}
.AnyTagClassName
{
color: #D0338F;
}
</style>
background-color css
<style>
a { background-color: #D0338F; }
a { background-color: rgb(208,51,143); }
div.DivClassName
{
background-color: #D0338F;
}
.BgClassName
{
background-color: #D0338F;
}
</style>
border-color css
<style>
span { border-color: #D0338F; }
span { border-color: rgb(208,51,143); }
td.TdClassName
{
border-color: #D0338F;
}
.TagClassName
{
border-color: #D0338F;
}
</style>