Shades of Deep Cerise #D232A5
Tints of Deep Cerise #D232A5
RGB
CMYK
RGB Variations
Color information
#D232A5 (or 0xD232A5) is known color: Deep Cerise. HEX triplet: D2, 32 and A5. RGB value is (210,50,165). Sum of RGB (Red+Green+Blue) = 210+50+165=425 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.41% from 425); Green value is 50 (19.92% from 255 or 11.76% from 425); Blue value is 165 (64.84% from 255 or 38.82% from 425); Max value from RGB is 210 - color contains mainly: red. Hex color #D232A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D232A5 is #2DCD5A. Grayscale: #6E6E6E. Windows color (decimal): -3001691 or 10826450. OLE color: 10826450.
HSL color Cylindrical-coordinate representation of color #D232A5: hue angle of 316.88º 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 #D232A5 is Cyan = 0, Magento = 0.76, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 50 | 165 | - |
| CMYK | 0 | 0.76 | 0.21 | 0.18 |
| HSL | 316.88º | 0.64% | 0.51% | - |
| HSV(B) | 316.88º | 0.76% | 0.82% | - |
| XYZ | 34.51 | 18.7 | 37.39 | - |
| YUV | 110.95 | 158.51 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 50 | 165 | 0 | 0.76 | 0.21 | 0.18 | 316.88 | 0.64 | 0.51 |
| Hex | D2 | 32 | A5 | 0 | 4C | 15 | 12 | 13D | 40 | 33 |
| Octal | 322 | 62 | 245 | 0 | 114 | 25 | 22 | 475 | 100 | 63 |
| Binary | 11010010 | 110010 | 10100101 | 0 | 1001100 | 10101 | 10010 | 100111101 | 1000000 | 110011 |
Color Harmonies of #D232A5
Complementary color
Monochromatic Colors of #D232A5
Black with #D232A5
Text Example
Text Example
White with #D232A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D232A5; }
p { color: rgb(210,50,165); }
H1.HeaderClassName
{
color: #D232A5;
}
.AnyTagClassName
{
color: #D232A5;
}
</style>
background-color css
<style>
a { background-color: #D232A5; }
a { background-color: rgb(210,50,165); }
div.DivClassName
{
background-color: #D232A5;
}
.BgClassName
{
background-color: #D232A5;
}
</style>
border-color css
<style>
span { border-color: #D232A5; }
span { border-color: rgb(210,50,165); }
td.TdClassName
{
border-color: #D232A5;
}
.TagClassName
{
border-color: #D232A5;
}
</style>