Shades of Deep Cerise #D238A0
Tints of Deep Cerise #D238A0
RGB
CMYK
RGB Variations
Color information
#D238A0 (or 0xD238A0) is known color: Deep Cerise. HEX triplet: D2, 38 and A0. RGB value is (210,56,160). Sum of RGB (Red+Green+Blue) = 210+56+160=426 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.30% from 426); Green value is 56 (22.27% from 255 or 13.15% from 426); Blue value is 160 (62.89% from 255 or 37.56% from 426); Max value from RGB is 210 - color contains mainly: red. Hex color #D238A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D238A0 is #2DC75F. Grayscale: #717171. Windows color (decimal): -3000160 or 10500306. OLE color: 10500306.
HSL color Cylindrical-coordinate representation of color #D238A0: hue angle of 319.48º 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 #D238A0 is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 56 | 160 | - |
| CMYK | 0 | 0.73 | 0.24 | 0.18 |
| HSL | 319.48º | 0.63% | 0.52% | - |
| HSV(B) | 319.48º | 0.73% | 0.82% | - |
| XYZ | 34.34 | 19.07 | 35.13 | - |
| YUV | 113.9 | 154.02 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 56 | 160 | 0 | 0.73 | 0.24 | 0.18 | 319.48 | 0.63 | 0.52 |
| Hex | D2 | 38 | A0 | 0 | 49 | 18 | 12 | 13F | 3F | 34 |
| Octal | 322 | 70 | 240 | 0 | 111 | 30 | 22 | 477 | 77 | 64 |
| Binary | 11010010 | 111000 | 10100000 | 0 | 1001001 | 11000 | 10010 | 100111111 | 111111 | 110100 |
Color Harmonies of #D238A0
Complementary color
Monochromatic Colors of #D238A0
Black with #D238A0
Text Example
Text Example
White with #D238A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D238A0; }
p { color: rgb(210,56,160); }
H1.HeaderClassName
{
color: #D238A0;
}
.AnyTagClassName
{
color: #D238A0;
}
</style>
background-color css
<style>
a { background-color: #D238A0; }
a { background-color: rgb(210,56,160); }
div.DivClassName
{
background-color: #D238A0;
}
.BgClassName
{
background-color: #D238A0;
}
</style>
border-color css
<style>
span { border-color: #D238A0; }
span { border-color: rgb(210,56,160); }
td.TdClassName
{
border-color: #D238A0;
}
.TagClassName
{
border-color: #D238A0;
}
</style>