Shades of Deep Cerise #D02890
Tints of Deep Cerise #D02890
RGB
CMYK
RGB Variations
Color information
#D02890 (or 0xD02890) is known color: Deep Cerise. HEX triplet: D0, 28 and 90. RGB value is (208,40,144). Sum of RGB (Red+Green+Blue) = 208+40+144=392 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.06% from 392); Green value is 40 (16.02% from 255 or 10.20% from 392); Blue value is 144 (56.64% from 255 or 36.73% from 392); Max value from RGB is 208 - color contains mainly: red. Hex color #D02890 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02890 is #2FD76F. Grayscale: #656565. Windows color (decimal): -3135344 or 9447632. OLE color: 9447632.
HSL color Cylindrical-coordinate representation of color #D02890: hue angle of 322.86º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D02890 is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 40 | 144 | - |
| CMYK | 0 | 0.81 | 0.31 | 0.18 |
| HSL | 322.86º | 0.68% | 0.49% | - |
| HSV(B) | 322.86º | 0.81% | 0.82% | - |
| XYZ | 31.81 | 16.94 | 27.98 | - |
| YUV | 102.09 | 151.66 | 203.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 40 | 144 | 0 | 0.81 | 0.31 | 0.18 | 322.86 | 0.68 | 0.49 |
| Hex | D0 | 28 | 90 | 0 | 51 | 1F | 12 | 143 | 44 | 31 |
| Octal | 320 | 50 | 220 | 0 | 121 | 37 | 22 | 503 | 104 | 61 |
| Binary | 11010000 | 101000 | 10010000 | 0 | 1010001 | 11111 | 10010 | 101000011 | 1000100 | 110001 |
Color Harmonies of #D02890
Complementary color
Monochromatic Colors of #D02890
Black with #D02890
Text Example
Text Example
White with #D02890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02890; }
p { color: rgb(208,40,144); }
H1.HeaderClassName
{
color: #D02890;
}
.AnyTagClassName
{
color: #D02890;
}
</style>
background-color css
<style>
a { background-color: #D02890; }
a { background-color: rgb(208,40,144); }
div.DivClassName
{
background-color: #D02890;
}
.BgClassName
{
background-color: #D02890;
}
</style>
border-color css
<style>
span { border-color: #D02890; }
span { border-color: rgb(208,40,144); }
td.TdClassName
{
border-color: #D02890;
}
.TagClassName
{
border-color: #D02890;
}
</style>