Shades of Deep Cerise #D0379A
Tints of Deep Cerise #D0379A
RGB
CMYK
RGB Variations
Color information
#D0379A (or 0xD0379A) is known color: Deep Cerise. HEX triplet: D0, 37 and 9A. RGB value is (208,55,154). Sum of RGB (Red+Green+Blue) = 208+55+154=417 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.88% from 417); Green value is 55 (21.88% from 255 or 13.19% from 417); Blue value is 154 (60.55% from 255 or 36.93% from 417); Max value from RGB is 208 - color contains mainly: red. Hex color #D0379A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0379A is #2FC865. Grayscale: #6F6F6F. Windows color (decimal): -3131494 or 10106832. OLE color: 10106832.
HSL color Cylindrical-coordinate representation of color #D0379A: hue angle of 321.18º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D0379A is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 55 | 154 | - |
| CMYK | 0 | 0.74 | 0.26 | 0.18 |
| HSL | 321.18º | 0.62% | 0.52% | - |
| HSV(B) | 321.18º | 0.74% | 0.82% | - |
| XYZ | 33.21 | 18.48 | 32.39 | - |
| YUV | 112.03 | 151.69 | 196.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 55 | 154 | 0 | 0.74 | 0.26 | 0.18 | 321.18 | 0.62 | 0.52 |
| Hex | D0 | 37 | 9A | 0 | 4A | 1A | 12 | 141 | 3E | 34 |
| Octal | 320 | 67 | 232 | 0 | 112 | 32 | 22 | 501 | 76 | 64 |
| Binary | 11010000 | 110111 | 10011010 | 0 | 1001010 | 11010 | 10010 | 101000001 | 111110 | 110100 |
Color Harmonies of #D0379A
Complementary color
Monochromatic Colors of #D0379A
Black with #D0379A
Text Example
Text Example
White with #D0379A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0379A; }
p { color: rgb(208,55,154); }
H1.HeaderClassName
{
color: #D0379A;
}
.AnyTagClassName
{
color: #D0379A;
}
</style>
background-color css
<style>
a { background-color: #D0379A; }
a { background-color: rgb(208,55,154); }
div.DivClassName
{
background-color: #D0379A;
}
.BgClassName
{
background-color: #D0379A;
}
</style>
border-color css
<style>
span { border-color: #D0379A; }
span { border-color: rgb(208,55,154); }
td.TdClassName
{
border-color: #D0379A;
}
.TagClassName
{
border-color: #D0379A;
}
</style>