Shades of Deep Cerise #D227A6
Tints of Deep Cerise #D227A6
RGB
CMYK
RGB Variations
Color information
#D227A6 (or 0xD227A6) is known color: Deep Cerise. HEX triplet: D2, 27 and A6. RGB value is (210,39,166). Sum of RGB (Red+Green+Blue) = 210+39+166=415 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.60% from 415); Green value is 39 (15.62% from 255 or 9.40% from 415); Blue value is 166 (65.23% from 255 or 40% from 415); Max value from RGB is 210 - color contains mainly: red. Hex color #D227A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D227A6 is #2DD859. Grayscale: #686868. Windows color (decimal): -3004506 or 10889170. OLE color: 10889170.
HSL color Cylindrical-coordinate representation of color #D227A6: hue angle of 315.44º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D227A6 is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 39 | 166 | - |
| CMYK | 0 | 0.81 | 0.21 | 0.18 |
| HSL | 315.44º | 0.69% | 0.49% | - |
| HSV(B) | 315.44º | 0.81% | 0.82% | - |
| XYZ | 34.19 | 17.91 | 37.73 | - |
| YUV | 104.61 | 162.65 | 203.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 39 | 166 | 0 | 0.81 | 0.21 | 0.18 | 315.44 | 0.69 | 0.49 |
| Hex | D2 | 27 | A6 | 0 | 51 | 15 | 12 | 13B | 45 | 31 |
| Octal | 322 | 47 | 246 | 0 | 121 | 25 | 22 | 473 | 105 | 61 |
| Binary | 11010010 | 100111 | 10100110 | 0 | 1010001 | 10101 | 10010 | 100111011 | 1000101 | 110001 |
Color Harmonies of #D227A6
Complementary color
Monochromatic Colors of #D227A6
Black with #D227A6
Text Example
Text Example
White with #D227A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D227A6; }
p { color: rgb(210,39,166); }
H1.HeaderClassName
{
color: #D227A6;
}
.AnyTagClassName
{
color: #D227A6;
}
</style>
background-color css
<style>
a { background-color: #D227A6; }
a { background-color: rgb(210,39,166); }
div.DivClassName
{
background-color: #D227A6;
}
.BgClassName
{
background-color: #D227A6;
}
</style>
border-color css
<style>
span { border-color: #D227A6; }
span { border-color: rgb(210,39,166); }
td.TdClassName
{
border-color: #D227A6;
}
.TagClassName
{
border-color: #D227A6;
}
</style>