Shades of Deep Cerise #D03483
Tints of Deep Cerise #D03483
RGB
CMYK
RGB Variations
Color information
#D03483 (or 0xD03483) is known color: Deep Cerise. HEX triplet: D0, 34 and 83. RGB value is (208,52,131). Sum of RGB (Red+Green+Blue) = 208+52+131=391 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.20% from 391); Green value is 52 (20.70% from 255 or 13.30% from 391); Blue value is 131 (51.56% from 255 or 33.50% from 391); Max value from RGB is 208 - color contains mainly: red. Hex color #D03483 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03483 is #2FCB7C. Grayscale: #6B6B6B. Windows color (decimal): -3132285 or 8598736. OLE color: 8598736.
HSL color Cylindrical-coordinate representation of color #D03483: hue angle of 329.62º 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 #D03483 is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 52 | 131 | - |
| CMYK | 0 | 0.75 | 0.37 | 0.18 |
| HSL | 329.62º | 0.62% | 0.51% | - |
| HSV(B) | 329.62º | 0.75% | 0.82% | - |
| XYZ | 31.34 | 17.5 | 23.2 | - |
| YUV | 107.65 | 141.18 | 199.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 52 | 131 | 0 | 0.75 | 0.37 | 0.18 | 329.62 | 0.62 | 0.51 |
| Hex | D0 | 34 | 83 | 0 | 4B | 25 | 12 | 14A | 3E | 33 |
| Octal | 320 | 64 | 203 | 0 | 113 | 45 | 22 | 512 | 76 | 63 |
| Binary | 11010000 | 110100 | 10000011 | 0 | 1001011 | 100101 | 10010 | 101001010 | 111110 | 110011 |
Color Harmonies of #D03483
Complementary color
Monochromatic Colors of #D03483
Black with #D03483
Text Example
Text Example
White with #D03483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03483; }
p { color: rgb(208,52,131); }
H1.HeaderClassName
{
color: #D03483;
}
.AnyTagClassName
{
color: #D03483;
}
</style>
background-color css
<style>
a { background-color: #D03483; }
a { background-color: rgb(208,52,131); }
div.DivClassName
{
background-color: #D03483;
}
.BgClassName
{
background-color: #D03483;
}
</style>
border-color css
<style>
span { border-color: #D03483; }
span { border-color: rgb(208,52,131); }
td.TdClassName
{
border-color: #D03483;
}
.TagClassName
{
border-color: #D03483;
}
</style>