Shades of Deep Cerise #D0377E
Tints of Deep Cerise #D0377E
RGB
CMYK
RGB Variations
Color information
#D0377E (or 0xD0377E) is known color: Deep Cerise. HEX triplet: D0, 37 and 7E. RGB value is (208,55,126). Sum of RGB (Red+Green+Blue) = 208+55+126=389 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.47% from 389); Green value is 55 (21.88% from 255 or 14.14% from 389); Blue value is 126 (49.61% from 255 or 32.39% from 389); Max value from RGB is 208 - color contains mainly: red. Hex color #D0377E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0377E is #2FC881. Grayscale: #6C6C6C. Windows color (decimal): -3131522 or 8271824. OLE color: 8271824.
HSL color Cylindrical-coordinate representation of color #D0377E: hue angle of 332.16º 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 #D0377E is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 55 | 126 | - |
| CMYK | 0 | 0.74 | 0.39 | 0.18 |
| HSL | 332.16º | 0.62% | 0.52% | - |
| HSV(B) | 332.16º | 0.74% | 0.82% | - |
| XYZ | 31.14 | 17.65 | 21.5 | - |
| YUV | 108.84 | 137.69 | 198.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 55 | 126 | 0 | 0.74 | 0.39 | 0.18 | 332.16 | 0.62 | 0.52 |
| Hex | D0 | 37 | 7E | 0 | 4A | 27 | 12 | 14C | 3E | 34 |
| Octal | 320 | 67 | 176 | 0 | 112 | 47 | 22 | 514 | 76 | 64 |
| Binary | 11010000 | 110111 | 1111110 | 0 | 1001010 | 100111 | 10010 | 101001100 | 111110 | 110100 |
Color Harmonies of #D0377E
Complementary color
Monochromatic Colors of #D0377E
Black with #D0377E
Text Example
Text Example
White with #D0377E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0377E; }
p { color: rgb(208,55,126); }
H1.HeaderClassName
{
color: #D0377E;
}
.AnyTagClassName
{
color: #D0377E;
}
</style>
background-color css
<style>
a { background-color: #D0377E; }
a { background-color: rgb(208,55,126); }
div.DivClassName
{
background-color: #D0377E;
}
.BgClassName
{
background-color: #D0377E;
}
</style>
border-color css
<style>
span { border-color: #D0377E; }
span { border-color: rgb(208,55,126); }
td.TdClassName
{
border-color: #D0377E;
}
.TagClassName
{
border-color: #D0377E;
}
</style>