Shades of Deep Cerise #D0339B
Tints of Deep Cerise #D0339B
RGB
CMYK
RGB Variations
Color information
#D0339B (or 0xD0339B) is known color: Deep Cerise. HEX triplet: D0, 33 and 9B. RGB value is (208,51,155). Sum of RGB (Red+Green+Blue) = 208+51+155=414 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.24% from 414); Green value is 51 (20.31% from 255 or 12.32% from 414); Blue value is 155 (60.94% from 255 or 37.44% from 414); Max value from RGB is 208 - color contains mainly: red. Hex color #D0339B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0339B is #2FCC64. Grayscale: #6D6D6D. Windows color (decimal): -3132517 or 10171344. OLE color: 10171344.
HSL color Cylindrical-coordinate representation of color #D0339B: hue angle of 320.25º 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 #D0339B is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 51 | 155 | - |
| CMYK | 0 | 0.75 | 0.25 | 0.18 |
| HSL | 320.25º | 0.63% | 0.51% | - |
| HSV(B) | 320.25º | 0.75% | 0.82% | - |
| XYZ | 33.11 | 18.14 | 32.77 | - |
| YUV | 109.8 | 153.51 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 51 | 155 | 0 | 0.75 | 0.25 | 0.18 | 320.25 | 0.63 | 0.51 |
| Hex | D0 | 33 | 9B | 0 | 4B | 19 | 12 | 140 | 3F | 33 |
| Octal | 320 | 63 | 233 | 0 | 113 | 31 | 22 | 500 | 77 | 63 |
| Binary | 11010000 | 110011 | 10011011 | 0 | 1001011 | 11001 | 10010 | 101000000 | 111111 | 110011 |
Color Harmonies of #D0339B
Complementary color
Monochromatic Colors of #D0339B
Black with #D0339B
Text Example
Text Example
White with #D0339B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0339B; }
p { color: rgb(208,51,155); }
H1.HeaderClassName
{
color: #D0339B;
}
.AnyTagClassName
{
color: #D0339B;
}
</style>
background-color css
<style>
a { background-color: #D0339B; }
a { background-color: rgb(208,51,155); }
div.DivClassName
{
background-color: #D0339B;
}
.BgClassName
{
background-color: #D0339B;
}
</style>
border-color css
<style>
span { border-color: #D0339B; }
span { border-color: rgb(208,51,155); }
td.TdClassName
{
border-color: #D0339B;
}
.TagClassName
{
border-color: #D0339B;
}
</style>