Shades of Deep Cerise #D0279C
Tints of Deep Cerise #D0279C
RGB
CMYK
RGB Variations
Color information
#D0279C (or 0xD0279C) is known color: Deep Cerise. HEX triplet: D0, 27 and 9C. RGB value is (208,39,156). Sum of RGB (Red+Green+Blue) = 208+39+156=403 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.61% from 403); Green value is 39 (15.62% from 255 or 9.68% from 403); Blue value is 156 (61.33% from 255 or 38.71% from 403); Max value from RGB is 208 - color contains mainly: red. Hex color #D0279C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0279C is #2FD863. Grayscale: #666666. Windows color (decimal): -3135588 or 10233808. OLE color: 10233808.
HSL color Cylindrical-coordinate representation of color #D0279C: hue angle of 318.46º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D0279C is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 39 | 156 | - |
| CMYK | 0 | 0.81 | 0.25 | 0.18 |
| HSL | 318.46º | 0.68% | 0.48% | - |
| HSV(B) | 318.46º | 0.81% | 0.82% | - |
| XYZ | 32.74 | 17.26 | 33.06 | - |
| YUV | 102.87 | 157.99 | 202.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 39 | 156 | 0 | 0.81 | 0.25 | 0.18 | 318.46 | 0.68 | 0.48 |
| Hex | D0 | 27 | 9C | 0 | 51 | 19 | 12 | 13E | 44 | 30 |
| Octal | 320 | 47 | 234 | 0 | 121 | 31 | 22 | 476 | 104 | 60 |
| Binary | 11010000 | 100111 | 10011100 | 0 | 1010001 | 11001 | 10010 | 100111110 | 1000100 | 110000 |
Color Harmonies of #D0279C
Complementary color
Monochromatic Colors of #D0279C
Black with #D0279C
Text Example
Text Example
White with #D0279C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0279C; }
p { color: rgb(208,39,156); }
H1.HeaderClassName
{
color: #D0279C;
}
.AnyTagClassName
{
color: #D0279C;
}
</style>
background-color css
<style>
a { background-color: #D0279C; }
a { background-color: rgb(208,39,156); }
div.DivClassName
{
background-color: #D0279C;
}
.BgClassName
{
background-color: #D0279C;
}
</style>
border-color css
<style>
span { border-color: #D0279C; }
span { border-color: rgb(208,39,156); }
td.TdClassName
{
border-color: #D0279C;
}
.TagClassName
{
border-color: #D0279C;
}
</style>