Shades of Deep Cerise #D03481
Tints of Deep Cerise #D03481
RGB
CMYK
RGB Variations
Color information
#D03481 (or 0xD03481) is known color: Deep Cerise. HEX triplet: D0, 34 and 81. RGB value is (208,52,129). Sum of RGB (Red+Green+Blue) = 208+52+129=389 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.47% from 389); Green value is 52 (20.70% from 255 or 13.37% from 389); Blue value is 129 (50.78% from 255 or 33.16% from 389); Max value from RGB is 208 - color contains mainly: red. Hex color #D03481 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03481 is #2FCB7E. Grayscale: #6B6B6B. Windows color (decimal): -3132287 or 8467664. OLE color: 8467664.
HSL color Cylindrical-coordinate representation of color #D03481: hue angle of 330.38º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D03481 is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 52 | 129 | - |
| CMYK | 0 | 0.75 | 0.38 | 0.18 |
| HSL | 330.38º | 0.62% | 0.51% | - |
| HSV(B) | 330.38º | 0.75% | 0.82% | - |
| XYZ | 31.2 | 17.45 | 22.49 | - |
| YUV | 107.42 | 140.18 | 199.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 52 | 129 | 0 | 0.75 | 0.38 | 0.18 | 330.38 | 0.62 | 0.51 |
| Hex | D0 | 34 | 81 | 0 | 4B | 26 | 12 | 14A | 3E | 33 |
| Octal | 320 | 64 | 201 | 0 | 113 | 46 | 22 | 512 | 76 | 63 |
| Binary | 11010000 | 110100 | 10000001 | 0 | 1001011 | 100110 | 10010 | 101001010 | 111110 | 110011 |
Color Harmonies of #D03481
Complementary color
Monochromatic Colors of #D03481
Black with #D03481
Text Example
Text Example
White with #D03481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03481; }
p { color: rgb(208,52,129); }
H1.HeaderClassName
{
color: #D03481;
}
.AnyTagClassName
{
color: #D03481;
}
</style>
background-color css
<style>
a { background-color: #D03481; }
a { background-color: rgb(208,52,129); }
div.DivClassName
{
background-color: #D03481;
}
.BgClassName
{
background-color: #D03481;
}
</style>
border-color css
<style>
span { border-color: #D03481; }
span { border-color: rgb(208,52,129); }
td.TdClassName
{
border-color: #D03481;
}
.TagClassName
{
border-color: #D03481;
}
</style>