Shades of Deep Cerise #D234A1
Tints of Deep Cerise #D234A1
RGB
CMYK
RGB Variations
Color information
#D234A1 (or 0xD234A1) is known color: Deep Cerise. HEX triplet: D2, 34 and A1. RGB value is (210,52,161). Sum of RGB (Red+Green+Blue) = 210+52+161=423 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.65% from 423); Green value is 52 (20.70% from 255 or 12.29% from 423); Blue value is 161 (63.28% from 255 or 38.06% from 423); Max value from RGB is 210 - color contains mainly: red. Hex color #D234A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D234A1 is #2DCB5E. Grayscale: #6F6F6F. Windows color (decimal): -3001183 or 10564818. OLE color: 10564818.
HSL color Cylindrical-coordinate representation of color #D234A1: hue angle of 318.61º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D234A1 is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 52 | 161 | - |
| CMYK | 0 | 0.75 | 0.23 | 0.18 |
| HSL | 318.61º | 0.64% | 0.51% | - |
| HSV(B) | 318.61º | 0.75% | 0.82% | - |
| XYZ | 34.24 | 18.73 | 35.53 | - |
| YUV | 111.67 | 155.85 | 198.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 52 | 161 | 0 | 0.75 | 0.23 | 0.18 | 318.61 | 0.64 | 0.51 |
| Hex | D2 | 34 | A1 | 0 | 4B | 17 | 12 | 13F | 40 | 33 |
| Octal | 322 | 64 | 241 | 0 | 113 | 27 | 22 | 477 | 100 | 63 |
| Binary | 11010010 | 110100 | 10100001 | 0 | 1001011 | 10111 | 10010 | 100111111 | 1000000 | 110011 |
Color Harmonies of #D234A1
Complementary color
Monochromatic Colors of #D234A1
Black with #D234A1
Text Example
Text Example
White with #D234A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D234A1; }
p { color: rgb(210,52,161); }
H1.HeaderClassName
{
color: #D234A1;
}
.AnyTagClassName
{
color: #D234A1;
}
</style>
background-color css
<style>
a { background-color: #D234A1; }
a { background-color: rgb(210,52,161); }
div.DivClassName
{
background-color: #D234A1;
}
.BgClassName
{
background-color: #D234A1;
}
</style>
border-color css
<style>
span { border-color: #D234A1; }
span { border-color: rgb(210,52,161); }
td.TdClassName
{
border-color: #D234A1;
}
.TagClassName
{
border-color: #D234A1;
}
</style>