Shades of Deep Cerise #D53782
Tints of Deep Cerise #D53782
RGB
CMYK
RGB Variations
Color information
#D53782 (or 0xD53782) is known color: Deep Cerise. HEX triplet: D5, 37 and 82. RGB value is (213,55,130). Sum of RGB (Red+Green+Blue) = 213+55+130=398 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.52% from 398); Green value is 55 (21.88% from 255 or 13.82% from 398); Blue value is 130 (51.17% from 255 or 32.66% from 398); Max value from RGB is 213 - color contains mainly: red. Hex color #D53782 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53782 is #2AC87D. Grayscale: #6E6E6E. Windows color (decimal): -2803838 or 8533973. OLE color: 8533973.
HSL color Cylindrical-coordinate representation of color #D53782: hue angle of 331.52º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D53782 is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 55 | 130 | - |
| CMYK | 0 | 0.74 | 0.39 | 0.16 |
| HSL | 331.52º | 0.65% | 0.53% | - |
| HSV(B) | 331.52º | 0.74% | 0.84% | - |
| XYZ | 32.84 | 18.49 | 22.96 | - |
| YUV | 110.79 | 138.85 | 200.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 55 | 130 | 0 | 0.74 | 0.39 | 0.16 | 331.52 | 0.65 | 0.53 |
| Hex | D5 | 37 | 82 | 0 | 4A | 27 | 10 | 14C | 41 | 35 |
| Octal | 325 | 67 | 202 | 0 | 112 | 47 | 20 | 514 | 101 | 65 |
| Binary | 11010101 | 110111 | 10000010 | 0 | 1001010 | 100111 | 10000 | 101001100 | 1000001 | 110101 |
Color Harmonies of #D53782
Complementary color
Monochromatic Colors of #D53782
Black with #D53782
Text Example
Text Example
White with #D53782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53782; }
p { color: rgb(213,55,130); }
H1.HeaderClassName
{
color: #D53782;
}
.AnyTagClassName
{
color: #D53782;
}
</style>
background-color css
<style>
a { background-color: #D53782; }
a { background-color: rgb(213,55,130); }
div.DivClassName
{
background-color: #D53782;
}
.BgClassName
{
background-color: #D53782;
}
</style>
border-color css
<style>
span { border-color: #D53782; }
span { border-color: rgb(213,55,130); }
td.TdClassName
{
border-color: #D53782;
}
.TagClassName
{
border-color: #D53782;
}
</style>