Shades of Deep Cerise #D128A9
Tints of Deep Cerise #D128A9
RGB
CMYK
RGB Variations
Color information
#D128A9 (or 0xD128A9) is known color: Deep Cerise. HEX triplet: D1, 28 and A9. RGB value is (209,40,169). Sum of RGB (Red+Green+Blue) = 209+40+169=418 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50% from 418); Green value is 40 (16.02% from 255 or 9.57% from 418); Blue value is 169 (66.41% from 255 or 40.43% from 418); Max value from RGB is 209 - color contains mainly: red. Hex color #D128A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D128A9 is #2ED756. Grayscale: #686868. Windows color (decimal): -3069783 or 11086033. OLE color: 11086033.
HSL color Cylindrical-coordinate representation of color #D128A9: hue angle of 314.2º 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 #D128A9 is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 40 | 169 | - |
| CMYK | 0 | 0.81 | 0.19 | 0.18 |
| HSL | 314.2º | 0.68% | 0.49% | - |
| HSV(B) | 314.2º | 0.81% | 0.82% | - |
| XYZ | 34.21 | 17.94 | 39.2 | - |
| YUV | 105.24 | 163.99 | 202.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 40 | 169 | 0 | 0.81 | 0.19 | 0.18 | 314.2 | 0.68 | 0.49 |
| Hex | D1 | 28 | A9 | 0 | 51 | 13 | 12 | 13A | 44 | 31 |
| Octal | 321 | 50 | 251 | 0 | 121 | 23 | 22 | 472 | 104 | 61 |
| Binary | 11010001 | 101000 | 10101001 | 0 | 1010001 | 10011 | 10010 | 100111010 | 1000100 | 110001 |
Color Harmonies of #D128A9
Complementary color
Monochromatic Colors of #D128A9
Black with #D128A9
Text Example
Text Example
White with #D128A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D128A9; }
p { color: rgb(209,40,169); }
H1.HeaderClassName
{
color: #D128A9;
}
.AnyTagClassName
{
color: #D128A9;
}
</style>
background-color css
<style>
a { background-color: #D128A9; }
a { background-color: rgb(209,40,169); }
div.DivClassName
{
background-color: #D128A9;
}
.BgClassName
{
background-color: #D128A9;
}
</style>
border-color css
<style>
span { border-color: #D128A9; }
span { border-color: rgb(209,40,169); }
td.TdClassName
{
border-color: #D128A9;
}
.TagClassName
{
border-color: #D128A9;
}
</style>