Shades of Deep Cerise #D234A8
Tints of Deep Cerise #D234A8
RGB
CMYK
RGB Variations
Color information
#D234A8 (or 0xD234A8) is known color: Deep Cerise. HEX triplet: D2, 34 and A8. RGB value is (210,52,168). Sum of RGB (Red+Green+Blue) = 210+52+168=430 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.84% from 430); Green value is 52 (20.70% from 255 or 12.09% from 430); Blue value is 168 (66.02% from 255 or 39.07% from 430); Max value from RGB is 210 - color contains mainly: red. Hex color #D234A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D234A8 is #2DCB57. Grayscale: #707070. Windows color (decimal): -3001176 or 11023570. OLE color: 11023570.
HSL color Cylindrical-coordinate representation of color #D234A8: hue angle of 315.95º 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 #D234A8 is Cyan = 0, Magento = 0.75, Yellow = 0.2 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 52 | 168 | - |
| CMYK | 0 | 0.75 | 0.2 | 0.18 |
| HSL | 315.95º | 0.64% | 0.51% | - |
| HSV(B) | 315.95º | 0.75% | 0.82% | - |
| XYZ | 34.87 | 18.98 | 38.87 | - |
| YUV | 112.47 | 159.35 | 197.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 52 | 168 | 0 | 0.75 | 0.2 | 0.18 | 315.95 | 0.64 | 0.51 |
| Hex | D2 | 34 | A8 | 0 | 4B | 14 | 12 | 13C | 40 | 33 |
| Octal | 322 | 64 | 250 | 0 | 113 | 24 | 22 | 474 | 100 | 63 |
| Binary | 11010010 | 110100 | 10101000 | 0 | 1001011 | 10100 | 10010 | 100111100 | 1000000 | 110011 |
Color Harmonies of #D234A8
Complementary color
Monochromatic Colors of #D234A8
Black with #D234A8
Text Example
Text Example
White with #D234A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D234A8; }
p { color: rgb(210,52,168); }
H1.HeaderClassName
{
color: #D234A8;
}
.AnyTagClassName
{
color: #D234A8;
}
</style>
background-color css
<style>
a { background-color: #D234A8; }
a { background-color: rgb(210,52,168); }
div.DivClassName
{
background-color: #D234A8;
}
.BgClassName
{
background-color: #D234A8;
}
</style>
border-color css
<style>
span { border-color: #D234A8; }
span { border-color: rgb(210,52,168); }
td.TdClassName
{
border-color: #D234A8;
}
.TagClassName
{
border-color: #D234A8;
}
</style>