Shades of Deep Cerise #D23882
Tints of Deep Cerise #D23882
RGB
CMYK
RGB Variations
Color information
#D23882 (or 0xD23882) is known color: Deep Cerise. HEX triplet: D2, 38 and 82. RGB value is (210,56,130). Sum of RGB (Red+Green+Blue) = 210+56+130=396 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.03% from 396); Green value is 56 (22.27% from 255 or 14.14% from 396); Blue value is 130 (51.17% from 255 or 32.83% from 396); Max value from RGB is 210 - color contains mainly: red. Hex color #D23882 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23882 is #2DC77D. Grayscale: #6E6E6E. Windows color (decimal): -3000190 or 8534226. OLE color: 8534226.
HSL color Cylindrical-coordinate representation of color #D23882: hue angle of 331.17º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D23882 is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 56 | 130 | - |
| CMYK | 0 | 0.73 | 0.38 | 0.18 |
| HSL | 331.17º | 0.63% | 0.52% | - |
| HSV(B) | 331.17º | 0.73% | 0.82% | - |
| XYZ | 32.02 | 18.14 | 22.93 | - |
| YUV | 110.48 | 139.02 | 198.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 56 | 130 | 0 | 0.73 | 0.38 | 0.18 | 331.17 | 0.63 | 0.52 |
| Hex | D2 | 38 | 82 | 0 | 49 | 26 | 12 | 14B | 3F | 34 |
| Octal | 322 | 70 | 202 | 0 | 111 | 46 | 22 | 513 | 77 | 64 |
| Binary | 11010010 | 111000 | 10000010 | 0 | 1001001 | 100110 | 10010 | 101001011 | 111111 | 110100 |
Color Harmonies of #D23882
Complementary color
Monochromatic Colors of #D23882
Black with #D23882
Text Example
Text Example
White with #D23882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23882; }
p { color: rgb(210,56,130); }
H1.HeaderClassName
{
color: #D23882;
}
.AnyTagClassName
{
color: #D23882;
}
</style>
background-color css
<style>
a { background-color: #D23882; }
a { background-color: rgb(210,56,130); }
div.DivClassName
{
background-color: #D23882;
}
.BgClassName
{
background-color: #D23882;
}
</style>
border-color css
<style>
span { border-color: #D23882; }
span { border-color: rgb(210,56,130); }
td.TdClassName
{
border-color: #D23882;
}
.TagClassName
{
border-color: #D23882;
}
</style>