Shades of Deep Cerise #D0369C
Tints of Deep Cerise #D0369C
RGB
CMYK
RGB Variations
Color information
#D0369C (or 0xD0369C) is known color: Deep Cerise. HEX triplet: D0, 36 and 9C. RGB value is (208,54,156). Sum of RGB (Red+Green+Blue) = 208+54+156=418 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.76% from 418); Green value is 54 (21.48% from 255 or 12.92% from 418); Blue value is 156 (61.33% from 255 or 37.32% from 418); Max value from RGB is 208 - color contains mainly: red. Hex color #D0369C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0369C is #2FC963. Grayscale: #6F6F6F. Windows color (decimal): -3131748 or 10237648. OLE color: 10237648.
HSL color Cylindrical-coordinate representation of color #D0369C: hue angle of 320.26º 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 #D0369C is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 54 | 156 | - |
| CMYK | 0 | 0.74 | 0.25 | 0.18 |
| HSL | 320.26º | 0.62% | 0.51% | - |
| HSV(B) | 320.26º | 0.74% | 0.82% | - |
| XYZ | 33.33 | 18.45 | 33.26 | - |
| YUV | 111.67 | 153.02 | 196.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 54 | 156 | 0 | 0.74 | 0.25 | 0.18 | 320.26 | 0.62 | 0.51 |
| Hex | D0 | 36 | 9C | 0 | 4A | 19 | 12 | 140 | 3E | 33 |
| Octal | 320 | 66 | 234 | 0 | 112 | 31 | 22 | 500 | 76 | 63 |
| Binary | 11010000 | 110110 | 10011100 | 0 | 1001010 | 11001 | 10010 | 101000000 | 111110 | 110011 |
Color Harmonies of #D0369C
Complementary color
Monochromatic Colors of #D0369C
Black with #D0369C
Text Example
Text Example
White with #D0369C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0369C; }
p { color: rgb(208,54,156); }
H1.HeaderClassName
{
color: #D0369C;
}
.AnyTagClassName
{
color: #D0369C;
}
</style>
background-color css
<style>
a { background-color: #D0369C; }
a { background-color: rgb(208,54,156); }
div.DivClassName
{
background-color: #D0369C;
}
.BgClassName
{
background-color: #D0369C;
}
</style>
border-color css
<style>
span { border-color: #D0369C; }
span { border-color: rgb(208,54,156); }
td.TdClassName
{
border-color: #D0369C;
}
.TagClassName
{
border-color: #D0369C;
}
</style>