Shades of Deep Cerise #D03280
Tints of Deep Cerise #D03280
RGB
CMYK
RGB Variations
Color information
#D03280 (or 0xD03280) is known color: Deep Cerise. HEX triplet: D0, 32 and 80. RGB value is (208,50,128). Sum of RGB (Red+Green+Blue) = 208+50+128=386 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.89% from 386); Green value is 50 (19.92% from 255 or 12.95% from 386); Blue value is 128 (50.39% from 255 or 33.16% from 386); Max value from RGB is 208 - color contains mainly: red. Hex color #D03280 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03280 is #2FCD7F. Grayscale: #696969. Windows color (decimal): -3132800 or 8401616. OLE color: 8401616.
HSL color Cylindrical-coordinate representation of color #D03280: hue angle of 330.38º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D03280 is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 50 | 128 | - |
| CMYK | 0 | 0.76 | 0.38 | 0.18 |
| HSL | 330.38º | 0.63% | 0.51% | - |
| HSV(B) | 330.38º | 0.76% | 0.82% | - |
| XYZ | 31.05 | 17.25 | 22.12 | - |
| YUV | 106.13 | 140.35 | 200.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 50 | 128 | 0 | 0.76 | 0.38 | 0.18 | 330.38 | 0.63 | 0.51 |
| Hex | D0 | 32 | 80 | 0 | 4C | 26 | 12 | 14A | 3F | 33 |
| Octal | 320 | 62 | 200 | 0 | 114 | 46 | 22 | 512 | 77 | 63 |
| Binary | 11010000 | 110010 | 10000000 | 0 | 1001100 | 100110 | 10010 | 101001010 | 111111 | 110011 |
Color Harmonies of #D03280
Complementary color
Monochromatic Colors of #D03280
Black with #D03280
Text Example
Text Example
White with #D03280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03280; }
p { color: rgb(208,50,128); }
H1.HeaderClassName
{
color: #D03280;
}
.AnyTagClassName
{
color: #D03280;
}
</style>
background-color css
<style>
a { background-color: #D03280; }
a { background-color: rgb(208,50,128); }
div.DivClassName
{
background-color: #D03280;
}
.BgClassName
{
background-color: #D03280;
}
</style>
border-color css
<style>
span { border-color: #D03280; }
span { border-color: rgb(208,50,128); }
td.TdClassName
{
border-color: #D03280;
}
.TagClassName
{
border-color: #D03280;
}
</style>