Shades of Deep Cerise #D232A1
Tints of Deep Cerise #D232A1
RGB
CMYK
RGB Variations
Color information
#D232A1 (or 0xD232A1) is known color: Deep Cerise. HEX triplet: D2, 32 and A1. RGB value is (210,50,161). Sum of RGB (Red+Green+Blue) = 210+50+161=421 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.88% from 421); Green value is 50 (19.92% from 255 or 11.88% from 421); Blue value is 161 (63.28% from 255 or 38.24% from 421); Max value from RGB is 210 - color contains mainly: red. Hex color #D232A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D232A1 is #2DCD5E. Grayscale: #6E6E6E. Windows color (decimal): -3001695 or 10564306. OLE color: 10564306.
HSL color Cylindrical-coordinate representation of color #D232A1: hue angle of 318.38º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D232A1 is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 50 | 161 | - |
| CMYK | 0 | 0.76 | 0.23 | 0.18 |
| HSL | 318.38º | 0.64% | 0.51% | - |
| HSV(B) | 318.38º | 0.76% | 0.82% | - |
| XYZ | 34.15 | 18.56 | 35.5 | - |
| YUV | 110.49 | 156.51 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 50 | 161 | 0 | 0.76 | 0.23 | 0.18 | 318.38 | 0.64 | 0.51 |
| Hex | D2 | 32 | A1 | 0 | 4C | 17 | 12 | 13E | 40 | 33 |
| Octal | 322 | 62 | 241 | 0 | 114 | 27 | 22 | 476 | 100 | 63 |
| Binary | 11010010 | 110010 | 10100001 | 0 | 1001100 | 10111 | 10010 | 100111110 | 1000000 | 110011 |
Color Harmonies of #D232A1
Complementary color
Monochromatic Colors of #D232A1
Black with #D232A1
Text Example
Text Example
White with #D232A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D232A1; }
p { color: rgb(210,50,161); }
H1.HeaderClassName
{
color: #D232A1;
}
.AnyTagClassName
{
color: #D232A1;
}
</style>
background-color css
<style>
a { background-color: #D232A1; }
a { background-color: rgb(210,50,161); }
div.DivClassName
{
background-color: #D232A1;
}
.BgClassName
{
background-color: #D232A1;
}
</style>
border-color css
<style>
span { border-color: #D232A1; }
span { border-color: rgb(210,50,161); }
td.TdClassName
{
border-color: #D232A1;
}
.TagClassName
{
border-color: #D232A1;
}
</style>