Shades of Deep Cerise #D0368D
Tints of Deep Cerise #D0368D
RGB
CMYK
RGB Variations
Color information
#D0368D (or 0xD0368D) is known color: Deep Cerise. HEX triplet: D0, 36 and 8D. RGB value is (208,54,141). Sum of RGB (Red+Green+Blue) = 208+54+141=403 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.61% from 403); Green value is 54 (21.48% from 255 or 13.40% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 208 - color contains mainly: red. Hex color #D0368D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0368D is #2FC972. Grayscale: #6D6D6D. Windows color (decimal): -3131763 or 9254608. OLE color: 9254608.
HSL color Cylindrical-coordinate representation of color #D0368D: hue angle of 326.1º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D0368D is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 54 | 141 | - |
| CMYK | 0 | 0.74 | 0.32 | 0.18 |
| HSL | 326.1º | 0.62% | 0.51% | - |
| HSV(B) | 326.1º | 0.74% | 0.82% | - |
| XYZ | 32.14 | 17.97 | 26.97 | - |
| YUV | 109.96 | 145.52 | 197.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 54 | 141 | 0 | 0.74 | 0.32 | 0.18 | 326.1 | 0.62 | 0.51 |
| Hex | D0 | 36 | 8D | 0 | 4A | 20 | 12 | 146 | 3E | 33 |
| Octal | 320 | 66 | 215 | 0 | 112 | 40 | 22 | 506 | 76 | 63 |
| Binary | 11010000 | 110110 | 10001101 | 0 | 1001010 | 100000 | 10010 | 101000110 | 111110 | 110011 |
Color Harmonies of #D0368D
Complementary color
Monochromatic Colors of #D0368D
Black with #D0368D
Text Example
Text Example
White with #D0368D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0368D; }
p { color: rgb(208,54,141); }
H1.HeaderClassName
{
color: #D0368D;
}
.AnyTagClassName
{
color: #D0368D;
}
</style>
background-color css
<style>
a { background-color: #D0368D; }
a { background-color: rgb(208,54,141); }
div.DivClassName
{
background-color: #D0368D;
}
.BgClassName
{
background-color: #D0368D;
}
</style>
border-color css
<style>
span { border-color: #D0368D; }
span { border-color: rgb(208,54,141); }
td.TdClassName
{
border-color: #D0368D;
}
.TagClassName
{
border-color: #D0368D;
}
</style>