Shades of Deep Cerise #D23582
Tints of Deep Cerise #D23582
RGB
CMYK
RGB Variations
Color information
#D23582 (or 0xD23582) is known color: Deep Cerise. HEX triplet: D2, 35 and 82. RGB value is (210,53,130). Sum of RGB (Red+Green+Blue) = 210+53+130=393 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.44% from 393); Green value is 53 (21.09% from 255 or 13.49% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 210 - color contains mainly: red. Hex color #D23582 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23582 is #2DCA7D. Grayscale: #6C6C6C. Windows color (decimal): -3000958 or 8533458. OLE color: 8533458.
HSL color Cylindrical-coordinate representation of color #D23582: hue angle of 330.57º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D23582 is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 53 | 130 | - |
| CMYK | 0 | 0.75 | 0.38 | 0.18 |
| HSL | 330.57º | 0.64% | 0.52% | - |
| HSV(B) | 330.57º | 0.75% | 0.82% | - |
| XYZ | 31.88 | 17.86 | 22.89 | - |
| YUV | 108.72 | 140.01 | 200.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 53 | 130 | 0 | 0.75 | 0.38 | 0.18 | 330.57 | 0.64 | 0.52 |
| Hex | D2 | 35 | 82 | 0 | 4B | 26 | 12 | 14B | 40 | 34 |
| Octal | 322 | 65 | 202 | 0 | 113 | 46 | 22 | 513 | 100 | 64 |
| Binary | 11010010 | 110101 | 10000010 | 0 | 1001011 | 100110 | 10010 | 101001011 | 1000000 | 110100 |
Color Harmonies of #D23582
Complementary color
Monochromatic Colors of #D23582
Black with #D23582
Text Example
Text Example
White with #D23582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23582; }
p { color: rgb(210,53,130); }
H1.HeaderClassName
{
color: #D23582;
}
.AnyTagClassName
{
color: #D23582;
}
</style>
background-color css
<style>
a { background-color: #D23582; }
a { background-color: rgb(210,53,130); }
div.DivClassName
{
background-color: #D23582;
}
.BgClassName
{
background-color: #D23582;
}
</style>
border-color css
<style>
span { border-color: #D23582; }
span { border-color: rgb(210,53,130); }
td.TdClassName
{
border-color: #D23582;
}
.TagClassName
{
border-color: #D23582;
}
</style>