Shades of Deep Cerise #D234AD
Tints of Deep Cerise #D234AD
RGB
CMYK
RGB Variations
Color information
#D234AD (or 0xD234AD) is known color: Deep Cerise. HEX triplet: D2, 34 and AD. RGB value is (210,52,173). Sum of RGB (Red+Green+Blue) = 210+52+173=435 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.28% from 435); Green value is 52 (20.70% from 255 or 11.95% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 210 - color contains mainly: red. Hex color #D234AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D234AD is #2DCB52. Grayscale: #707070. Windows color (decimal): -3001171 or 11351250. OLE color: 11351250.
HSL color Cylindrical-coordinate representation of color #D234AD: hue angle of 314.05º 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 #D234AD is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 52 | 173 | - |
| CMYK | 0 | 0.75 | 0.18 | 0.18 |
| HSL | 314.05º | 0.64% | 0.51% | - |
| HSV(B) | 314.05º | 0.75% | 0.82% | - |
| XYZ | 35.35 | 19.17 | 41.37 | - |
| YUV | 113.04 | 161.85 | 197.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 52 | 173 | 0 | 0.75 | 0.18 | 0.18 | 314.05 | 0.64 | 0.51 |
| Hex | D2 | 34 | AD | 0 | 4B | 12 | 12 | 13A | 40 | 33 |
| Octal | 322 | 64 | 255 | 0 | 113 | 22 | 22 | 472 | 100 | 63 |
| Binary | 11010010 | 110100 | 10101101 | 0 | 1001011 | 10010 | 10010 | 100111010 | 1000000 | 110011 |
Color Harmonies of #D234AD
Complementary color
Monochromatic Colors of #D234AD
Black with #D234AD
Text Example
Text Example
White with #D234AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D234AD; }
p { color: rgb(210,52,173); }
H1.HeaderClassName
{
color: #D234AD;
}
.AnyTagClassName
{
color: #D234AD;
}
</style>
background-color css
<style>
a { background-color: #D234AD; }
a { background-color: rgb(210,52,173); }
div.DivClassName
{
background-color: #D234AD;
}
.BgClassName
{
background-color: #D234AD;
}
</style>
border-color css
<style>
span { border-color: #D234AD; }
span { border-color: rgb(210,52,173); }
td.TdClassName
{
border-color: #D234AD;
}
.TagClassName
{
border-color: #D234AD;
}
</style>