Shades of Deep Cerise #D0338A
Tints of Deep Cerise #D0338A
RGB
CMYK
RGB Variations
Color information
#D0338A (or 0xD0338A) is known color: Deep Cerise. HEX triplet: D0, 33 and 8A. RGB value is (208,51,138). Sum of RGB (Red+Green+Blue) = 208+51+138=397 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.39% from 397); Green value is 51 (20.31% from 255 or 12.85% from 397); Blue value is 138 (54.30% from 255 or 34.76% from 397); Max value from RGB is 208 - color contains mainly: red. Hex color #D0338A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0338A is #2FCC75. Grayscale: #6B6B6B. Windows color (decimal): -3132534 or 9057232. OLE color: 9057232.
HSL color Cylindrical-coordinate representation of color #D0338A: hue angle of 326.75º 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 #D0338A is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 51 | 138 | - |
| CMYK | 0 | 0.75 | 0.34 | 0.18 |
| HSL | 326.75º | 0.63% | 0.51% | - |
| HSV(B) | 326.75º | 0.75% | 0.82% | - |
| XYZ | 31.78 | 17.61 | 25.77 | - |
| YUV | 107.86 | 145.01 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 51 | 138 | 0 | 0.75 | 0.34 | 0.18 | 326.75 | 0.63 | 0.51 |
| Hex | D0 | 33 | 8A | 0 | 4B | 22 | 12 | 147 | 3F | 33 |
| Octal | 320 | 63 | 212 | 0 | 113 | 42 | 22 | 507 | 77 | 63 |
| Binary | 11010000 | 110011 | 10001010 | 0 | 1001011 | 100010 | 10010 | 101000111 | 111111 | 110011 |
Color Harmonies of #D0338A
Complementary color
Monochromatic Colors of #D0338A
Black with #D0338A
Text Example
Text Example
White with #D0338A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0338A; }
p { color: rgb(208,51,138); }
H1.HeaderClassName
{
color: #D0338A;
}
.AnyTagClassName
{
color: #D0338A;
}
</style>
background-color css
<style>
a { background-color: #D0338A; }
a { background-color: rgb(208,51,138); }
div.DivClassName
{
background-color: #D0338A;
}
.BgClassName
{
background-color: #D0338A;
}
</style>
border-color css
<style>
span { border-color: #D0338A; }
span { border-color: rgb(208,51,138); }
td.TdClassName
{
border-color: #D0338A;
}
.TagClassName
{
border-color: #D0338A;
}
</style>