Shades of Deep Cerise #D03693
Tints of Deep Cerise #D03693
RGB
CMYK
RGB Variations
Color information
#D03693 (or 0xD03693) is known color: Deep Cerise. HEX triplet: D0, 36 and 93. RGB value is (208,54,147). Sum of RGB (Red+Green+Blue) = 208+54+147=409 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.86% from 409); Green value is 54 (21.48% from 255 or 13.20% from 409); Blue value is 147 (57.81% from 255 or 35.94% from 409); Max value from RGB is 208 - color contains mainly: red. Hex color #D03693 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03693 is #2FC96C. Grayscale: #6E6E6E. Windows color (decimal): -3131757 or 9647824. OLE color: 9647824.
HSL color Cylindrical-coordinate representation of color #D03693: hue angle of 323.77º 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 #D03693 is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 54 | 147 | - |
| CMYK | 0 | 0.74 | 0.29 | 0.18 |
| HSL | 323.77º | 0.62% | 0.51% | - |
| HSV(B) | 323.77º | 0.74% | 0.82% | - |
| XYZ | 32.6 | 18.15 | 29.39 | - |
| YUV | 110.65 | 148.52 | 197.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 54 | 147 | 0 | 0.74 | 0.29 | 0.18 | 323.77 | 0.62 | 0.51 |
| Hex | D0 | 36 | 93 | 0 | 4A | 1D | 12 | 144 | 3E | 33 |
| Octal | 320 | 66 | 223 | 0 | 112 | 35 | 22 | 504 | 76 | 63 |
| Binary | 11010000 | 110110 | 10010011 | 0 | 1001010 | 11101 | 10010 | 101000100 | 111110 | 110011 |
Color Harmonies of #D03693
Complementary color
Monochromatic Colors of #D03693
Black with #D03693
Text Example
Text Example
White with #D03693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03693; }
p { color: rgb(208,54,147); }
H1.HeaderClassName
{
color: #D03693;
}
.AnyTagClassName
{
color: #D03693;
}
</style>
background-color css
<style>
a { background-color: #D03693; }
a { background-color: rgb(208,54,147); }
div.DivClassName
{
background-color: #D03693;
}
.BgClassName
{
background-color: #D03693;
}
</style>
border-color css
<style>
span { border-color: #D03693; }
span { border-color: rgb(208,54,147); }
td.TdClassName
{
border-color: #D03693;
}
.TagClassName
{
border-color: #D03693;
}
</style>