Shades of Deep Cerise #D238A1
Tints of Deep Cerise #D238A1
RGB
CMYK
RGB Variations
Color information
#D238A1 (or 0xD238A1) is known color: Deep Cerise. HEX triplet: D2, 38 and A1. RGB value is (210,56,161). Sum of RGB (Red+Green+Blue) = 210+56+161=427 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.18% from 427); Green value is 56 (22.27% from 255 or 13.11% from 427); Blue value is 161 (63.28% from 255 or 37.70% from 427); Max value from RGB is 210 - color contains mainly: red. Hex color #D238A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D238A1 is #2DC75E. Grayscale: #717171. Windows color (decimal): -3000159 or 10565842. OLE color: 10565842.
HSL color Cylindrical-coordinate representation of color #D238A1: hue angle of 319.09º 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 #D238A1 is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 56 | 161 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.18 |
| HSL | 319.09º | 0.63% | 0.52% | - |
| HSV(B) | 319.09º | 0.73% | 0.82% | - |
| XYZ | 34.43 | 19.1 | 35.59 | - |
| YUV | 114.02 | 154.52 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 56 | 161 | 0 | 0.73 | 0.23 | 0.18 | 319.09 | 0.63 | 0.52 |
| Hex | D2 | 38 | A1 | 0 | 49 | 17 | 12 | 13F | 3F | 34 |
| Octal | 322 | 70 | 241 | 0 | 111 | 27 | 22 | 477 | 77 | 64 |
| Binary | 11010010 | 111000 | 10100001 | 0 | 1001001 | 10111 | 10010 | 100111111 | 111111 | 110100 |
Color Harmonies of #D238A1
Complementary color
Monochromatic Colors of #D238A1
Black with #D238A1
Text Example
Text Example
White with #D238A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D238A1; }
p { color: rgb(210,56,161); }
H1.HeaderClassName
{
color: #D238A1;
}
.AnyTagClassName
{
color: #D238A1;
}
</style>
background-color css
<style>
a { background-color: #D238A1; }
a { background-color: rgb(210,56,161); }
div.DivClassName
{
background-color: #D238A1;
}
.BgClassName
{
background-color: #D238A1;
}
</style>
border-color css
<style>
span { border-color: #D238A1; }
span { border-color: rgb(210,56,161); }
td.TdClassName
{
border-color: #D238A1;
}
.TagClassName
{
border-color: #D238A1;
}
</style>