Shades of Deep Cerise #D238AB
Tints of Deep Cerise #D238AB
RGB
CMYK
RGB Variations
Color information
#D238AB (or 0xD238AB) is known color: Deep Cerise. HEX triplet: D2, 38 and AB. RGB value is (210,56,171). Sum of RGB (Red+Green+Blue) = 210+56+171=437 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.05% from 437); Green value is 56 (22.27% from 255 or 12.81% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 210 - color contains mainly: red. Hex color #D238AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D238AB is #2DC754. Grayscale: #727272. Windows color (decimal): -3000149 or 11221202. OLE color: 11221202.
HSL color Cylindrical-coordinate representation of color #D238AB: hue angle of 315.19º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D238AB is Cyan = 0, Magento = 0.73, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 56 | 171 | - |
| CMYK | 0 | 0.73 | 0.19 | 0.18 |
| HSL | 315.19º | 0.63% | 0.52% | - |
| HSV(B) | 315.19º | 0.73% | 0.82% | - |
| XYZ | 35.34 | 19.47 | 40.42 | - |
| YUV | 115.16 | 159.52 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 56 | 171 | 0 | 0.73 | 0.19 | 0.18 | 315.19 | 0.63 | 0.52 |
| Hex | D2 | 38 | AB | 0 | 49 | 13 | 12 | 13B | 3F | 34 |
| Octal | 322 | 70 | 253 | 0 | 111 | 23 | 22 | 473 | 77 | 64 |
| Binary | 11010010 | 111000 | 10101011 | 0 | 1001001 | 10011 | 10010 | 100111011 | 111111 | 110100 |
Color Harmonies of #D238AB
Complementary color
Monochromatic Colors of #D238AB
Black with #D238AB
Text Example
Text Example
White with #D238AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D238AB; }
p { color: rgb(210,56,171); }
H1.HeaderClassName
{
color: #D238AB;
}
.AnyTagClassName
{
color: #D238AB;
}
</style>
background-color css
<style>
a { background-color: #D238AB; }
a { background-color: rgb(210,56,171); }
div.DivClassName
{
background-color: #D238AB;
}
.BgClassName
{
background-color: #D238AB;
}
</style>
border-color css
<style>
span { border-color: #D238AB; }
span { border-color: rgb(210,56,171); }
td.TdClassName
{
border-color: #D238AB;
}
.TagClassName
{
border-color: #D238AB;
}
</style>