Shades of Deep Cerise #D0349B
Tints of Deep Cerise #D0349B
RGB
CMYK
RGB Variations
Color information
#D0349B (or 0xD0349B) is known color: Deep Cerise. HEX triplet: D0, 34 and 9B. RGB value is (208,52,155). Sum of RGB (Red+Green+Blue) = 208+52+155=415 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.12% from 415); Green value is 52 (20.70% from 255 or 12.53% from 415); Blue value is 155 (60.94% from 255 or 37.35% from 415); Max value from RGB is 208 - color contains mainly: red. Hex color #D0349B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0349B is #2FCB64. Grayscale: #6E6E6E. Windows color (decimal): -3132261 or 10171600. OLE color: 10171600.
HSL color Cylindrical-coordinate representation of color #D0349B: hue angle of 320.38º degrees, saturation: 0.62, 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 #D0349B is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 52 | 155 | - |
| CMYK | 0 | 0.75 | 0.25 | 0.18 |
| HSL | 320.38º | 0.62% | 0.51% | - |
| HSV(B) | 320.38º | 0.75% | 0.82% | - |
| XYZ | 33.16 | 18.23 | 32.78 | - |
| YUV | 110.39 | 153.18 | 197.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 52 | 155 | 0 | 0.75 | 0.25 | 0.18 | 320.38 | 0.62 | 0.51 |
| Hex | D0 | 34 | 9B | 0 | 4B | 19 | 12 | 140 | 3E | 33 |
| Octal | 320 | 64 | 233 | 0 | 113 | 31 | 22 | 500 | 76 | 63 |
| Binary | 11010000 | 110100 | 10011011 | 0 | 1001011 | 11001 | 10010 | 101000000 | 111110 | 110011 |
Color Harmonies of #D0349B
Complementary color
Monochromatic Colors of #D0349B
Black with #D0349B
Text Example
Text Example
White with #D0349B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0349B; }
p { color: rgb(208,52,155); }
H1.HeaderClassName
{
color: #D0349B;
}
.AnyTagClassName
{
color: #D0349B;
}
</style>
background-color css
<style>
a { background-color: #D0349B; }
a { background-color: rgb(208,52,155); }
div.DivClassName
{
background-color: #D0349B;
}
.BgClassName
{
background-color: #D0349B;
}
</style>
border-color css
<style>
span { border-color: #D0349B; }
span { border-color: rgb(208,52,155); }
td.TdClassName
{
border-color: #D0349B;
}
.TagClassName
{
border-color: #D0349B;
}
</style>