Shades of Deep Cerise #D228A5
Tints of Deep Cerise #D228A5
RGB
CMYK
RGB Variations
Color information
#D228A5 (or 0xD228A5) is known color: Deep Cerise. HEX triplet: D2, 28 and A5. RGB value is (210,40,165). Sum of RGB (Red+Green+Blue) = 210+40+165=415 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.60% from 415); Green value is 40 (16.02% from 255 or 9.64% from 415); Blue value is 165 (64.84% from 255 or 39.76% from 415); Max value from RGB is 210 - color contains mainly: red. Hex color #D228A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D228A5 is #2DD75A. Grayscale: #686868. Windows color (decimal): -3004251 or 10823890. OLE color: 10823890.
HSL color Cylindrical-coordinate representation of color #D228A5: hue angle of 315.88º degrees, saturation: 0.68, 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 #D228A5 is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 40 | 165 | - |
| CMYK | 0 | 0.81 | 0.21 | 0.18 |
| HSL | 315.88º | 0.68% | 0.49% | - |
| HSV(B) | 315.88º | 0.81% | 0.82% | - |
| XYZ | 34.13 | 17.94 | 37.26 | - |
| YUV | 105.08 | 161.82 | 202.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 40 | 165 | 0 | 0.81 | 0.21 | 0.18 | 315.88 | 0.68 | 0.49 |
| Hex | D2 | 28 | A5 | 0 | 51 | 15 | 12 | 13C | 44 | 31 |
| Octal | 322 | 50 | 245 | 0 | 121 | 25 | 22 | 474 | 104 | 61 |
| Binary | 11010010 | 101000 | 10100101 | 0 | 1010001 | 10101 | 10010 | 100111100 | 1000100 | 110001 |
Color Harmonies of #D228A5
Complementary color
Monochromatic Colors of #D228A5
Black with #D228A5
Text Example
Text Example
White with #D228A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D228A5; }
p { color: rgb(210,40,165); }
H1.HeaderClassName
{
color: #D228A5;
}
.AnyTagClassName
{
color: #D228A5;
}
</style>
background-color css
<style>
a { background-color: #D228A5; }
a { background-color: rgb(210,40,165); }
div.DivClassName
{
background-color: #D228A5;
}
.BgClassName
{
background-color: #D228A5;
}
</style>
border-color css
<style>
span { border-color: #D228A5; }
span { border-color: rgb(210,40,165); }
td.TdClassName
{
border-color: #D228A5;
}
.TagClassName
{
border-color: #D228A5;
}
</style>