Shades of Deep Cerise #D03782
Tints of Deep Cerise #D03782
RGB
CMYK
RGB Variations
Color information
#D03782 (or 0xD03782) is known color: Deep Cerise. HEX triplet: D0, 37 and 82. RGB value is (208,55,130). Sum of RGB (Red+Green+Blue) = 208+55+130=393 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.93% from 393); Green value is 55 (21.88% from 255 or 13.99% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 208 - color contains mainly: red. Hex color #D03782 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03782 is #2FC87D. Grayscale: #6D6D6D. Windows color (decimal): -3131518 or 8533968. OLE color: 8533968.
HSL color Cylindrical-coordinate representation of color #D03782: hue angle of 330.59º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D03782 is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 55 | 130 | - |
| CMYK | 0 | 0.74 | 0.38 | 0.18 |
| HSL | 330.59º | 0.62% | 0.52% | - |
| HSV(B) | 330.59º | 0.74% | 0.82% | - |
| XYZ | 31.41 | 17.75 | 22.89 | - |
| YUV | 109.3 | 139.69 | 198.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 55 | 130 | 0 | 0.74 | 0.38 | 0.18 | 330.59 | 0.62 | 0.52 |
| Hex | D0 | 37 | 82 | 0 | 4A | 26 | 12 | 14B | 3E | 34 |
| Octal | 320 | 67 | 202 | 0 | 112 | 46 | 22 | 513 | 76 | 64 |
| Binary | 11010000 | 110111 | 10000010 | 0 | 1001010 | 100110 | 10010 | 101001011 | 111110 | 110100 |
Color Harmonies of #D03782
Complementary color
Monochromatic Colors of #D03782
Black with #D03782
Text Example
Text Example
White with #D03782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03782; }
p { color: rgb(208,55,130); }
H1.HeaderClassName
{
color: #D03782;
}
.AnyTagClassName
{
color: #D03782;
}
</style>
background-color css
<style>
a { background-color: #D03782; }
a { background-color: rgb(208,55,130); }
div.DivClassName
{
background-color: #D03782;
}
.BgClassName
{
background-color: #D03782;
}
</style>
border-color css
<style>
span { border-color: #D03782; }
span { border-color: rgb(208,55,130); }
td.TdClassName
{
border-color: #D03782;
}
.TagClassName
{
border-color: #D03782;
}
</style>