Shades of Deep Cerise #D0367A
Tints of Deep Cerise #D0367A
RGB
CMYK
RGB Variations
Color information
#D0367A (or 0xD0367A) is known color: Deep Cerise. HEX triplet: D0, 36 and 7A. RGB value is (208,54,122). Sum of RGB (Red+Green+Blue) = 208+54+122=384 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.17% from 384); Green value is 54 (21.48% from 255 or 14.06% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 208 - color contains mainly: red. Hex color #D0367A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0367A is #2FC985. Grayscale: #6B6B6B. Windows color (decimal): -3131782 or 8009424. OLE color: 8009424.
HSL color Cylindrical-coordinate representation of color #D0367A: hue angle of 333.51º 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 #D0367A is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 54 | 122 | - |
| CMYK | 0 | 0.74 | 0.41 | 0.18 |
| HSL | 333.51º | 0.62% | 0.51% | - |
| HSV(B) | 333.51º | 0.74% | 0.82% | - |
| XYZ | 30.84 | 17.45 | 20.16 | - |
| YUV | 107.8 | 136.02 | 199.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 54 | 122 | 0 | 0.74 | 0.41 | 0.18 | 333.51 | 0.62 | 0.51 |
| Hex | D0 | 36 | 7A | 0 | 4A | 29 | 12 | 14E | 3E | 33 |
| Octal | 320 | 66 | 172 | 0 | 112 | 51 | 22 | 516 | 76 | 63 |
| Binary | 11010000 | 110110 | 1111010 | 0 | 1001010 | 101001 | 10010 | 101001110 | 111110 | 110011 |
Color Harmonies of #D0367A
Complementary color
Monochromatic Colors of #D0367A
Black with #D0367A
Text Example
Text Example
White with #D0367A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0367A; }
p { color: rgb(208,54,122); }
H1.HeaderClassName
{
color: #D0367A;
}
.AnyTagClassName
{
color: #D0367A;
}
</style>
background-color css
<style>
a { background-color: #D0367A; }
a { background-color: rgb(208,54,122); }
div.DivClassName
{
background-color: #D0367A;
}
.BgClassName
{
background-color: #D0367A;
}
</style>
border-color css
<style>
span { border-color: #D0367A; }
span { border-color: rgb(208,54,122); }
td.TdClassName
{
border-color: #D0367A;
}
.TagClassName
{
border-color: #D0367A;
}
</style>