Shades of Deep Cerise #D128AA
Tints of Deep Cerise #D128AA
RGB
CMYK
RGB Variations
Color information
#D128AA (or 0xD128AA) is known color: Deep Cerise. HEX triplet: D1, 28 and AA. RGB value is (209,40,170). Sum of RGB (Red+Green+Blue) = 209+40+170=419 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.88% from 419); Green value is 40 (16.02% from 255 or 9.55% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 209 - color contains mainly: red. Hex color #D128AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D128AA is #2ED755. Grayscale: #696969. Windows color (decimal): -3069782 or 11151569. OLE color: 11151569.
HSL color Cylindrical-coordinate representation of color #D128AA: hue angle of 313.85º 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 #D128AA is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 40 | 170 | - |
| CMYK | 0 | 0.81 | 0.19 | 0.18 |
| HSL | 313.85º | 0.68% | 0.49% | - |
| HSV(B) | 313.85º | 0.81% | 0.82% | - |
| XYZ | 34.31 | 17.98 | 39.69 | - |
| YUV | 105.35 | 164.49 | 201.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 40 | 170 | 0 | 0.81 | 0.19 | 0.18 | 313.85 | 0.68 | 0.49 |
| Hex | D1 | 28 | AA | 0 | 51 | 13 | 12 | 13A | 44 | 31 |
| Octal | 321 | 50 | 252 | 0 | 121 | 23 | 22 | 472 | 104 | 61 |
| Binary | 11010001 | 101000 | 10101010 | 0 | 1010001 | 10011 | 10010 | 100111010 | 1000100 | 110001 |
Color Harmonies of #D128AA
Complementary color
Monochromatic Colors of #D128AA
Black with #D128AA
Text Example
Text Example
White with #D128AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D128AA; }
p { color: rgb(209,40,170); }
H1.HeaderClassName
{
color: #D128AA;
}
.AnyTagClassName
{
color: #D128AA;
}
</style>
background-color css
<style>
a { background-color: #D128AA; }
a { background-color: rgb(209,40,170); }
div.DivClassName
{
background-color: #D128AA;
}
.BgClassName
{
background-color: #D128AA;
}
</style>
border-color css
<style>
span { border-color: #D128AA; }
span { border-color: rgb(209,40,170); }
td.TdClassName
{
border-color: #D128AA;
}
.TagClassName
{
border-color: #D128AA;
}
</style>