Shades of Deep Cerise #D0367F
Tints of Deep Cerise #D0367F
RGB
CMYK
RGB Variations
Color information
#D0367F (or 0xD0367F) is known color: Deep Cerise. HEX triplet: D0, 36 and 7F. RGB value is (208,54,127). Sum of RGB (Red+Green+Blue) = 208+54+127=389 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.47% from 389); Green value is 54 (21.48% from 255 or 13.88% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 208 - color contains mainly: red. Hex color #D0367F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0367F is #2FC980. Grayscale: #6C6C6C. Windows color (decimal): -3131777 or 8337104. OLE color: 8337104.
HSL color Cylindrical-coordinate representation of color #D0367F: hue angle of 331.56º 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 #D0367F is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 54 | 127 | - |
| CMYK | 0 | 0.74 | 0.39 | 0.18 |
| HSL | 331.56º | 0.62% | 0.51% | - |
| HSV(B) | 331.56º | 0.74% | 0.82% | - |
| XYZ | 31.16 | 17.58 | 21.83 | - |
| YUV | 108.37 | 138.52 | 199.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 54 | 127 | 0 | 0.74 | 0.39 | 0.18 | 331.56 | 0.62 | 0.51 |
| Hex | D0 | 36 | 7F | 0 | 4A | 27 | 12 | 14C | 3E | 33 |
| Octal | 320 | 66 | 177 | 0 | 112 | 47 | 22 | 514 | 76 | 63 |
| Binary | 11010000 | 110110 | 1111111 | 0 | 1001010 | 100111 | 10010 | 101001100 | 111110 | 110011 |
Color Harmonies of #D0367F
Complementary color
Monochromatic Colors of #D0367F
Black with #D0367F
Text Example
Text Example
White with #D0367F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0367F; }
p { color: rgb(208,54,127); }
H1.HeaderClassName
{
color: #D0367F;
}
.AnyTagClassName
{
color: #D0367F;
}
</style>
background-color css
<style>
a { background-color: #D0367F; }
a { background-color: rgb(208,54,127); }
div.DivClassName
{
background-color: #D0367F;
}
.BgClassName
{
background-color: #D0367F;
}
</style>
border-color css
<style>
span { border-color: #D0367F; }
span { border-color: rgb(208,54,127); }
td.TdClassName
{
border-color: #D0367F;
}
.TagClassName
{
border-color: #D0367F;
}
</style>