Shades of Deep Cerise #D128AD
Tints of Deep Cerise #D128AD
RGB
CMYK
RGB Variations
Color information
#D128AD (or 0xD128AD) is known color: Deep Cerise. HEX triplet: D1, 28 and AD. RGB value is (209,40,173). Sum of RGB (Red+Green+Blue) = 209+40+173=422 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.53% from 422); Green value is 40 (16.02% from 255 or 9.48% from 422); Blue value is 173 (67.97% from 255 or 41.00% from 422); Max value from RGB is 209 - color contains mainly: red. Hex color #D128AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D128AD is #2ED752. Grayscale: #696969. Windows color (decimal): -3069779 or 11348177. OLE color: 11348177.
HSL color Cylindrical-coordinate representation of color #D128AD: hue angle of 312.78º 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 #D128AD is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 40 | 173 | - |
| CMYK | 0 | 0.81 | 0.17 | 0.18 |
| HSL | 312.78º | 0.68% | 0.49% | - |
| HSV(B) | 312.78º | 0.81% | 0.82% | - |
| XYZ | 34.6 | 18.09 | 41.2 | - |
| YUV | 105.69 | 165.99 | 201.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 40 | 173 | 0 | 0.81 | 0.17 | 0.18 | 312.78 | 0.68 | 0.49 |
| Hex | D1 | 28 | AD | 0 | 51 | 11 | 12 | 139 | 44 | 31 |
| Octal | 321 | 50 | 255 | 0 | 121 | 21 | 22 | 471 | 104 | 61 |
| Binary | 11010001 | 101000 | 10101101 | 0 | 1010001 | 10001 | 10010 | 100111001 | 1000100 | 110001 |
Color Harmonies of #D128AD
Complementary color
Monochromatic Colors of #D128AD
Black with #D128AD
Text Example
Text Example
White with #D128AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D128AD; }
p { color: rgb(209,40,173); }
H1.HeaderClassName
{
color: #D128AD;
}
.AnyTagClassName
{
color: #D128AD;
}
</style>
background-color css
<style>
a { background-color: #D128AD; }
a { background-color: rgb(209,40,173); }
div.DivClassName
{
background-color: #D128AD;
}
.BgClassName
{
background-color: #D128AD;
}
</style>
border-color css
<style>
span { border-color: #D128AD; }
span { border-color: rgb(209,40,173); }
td.TdClassName
{
border-color: #D128AD;
}
.TagClassName
{
border-color: #D128AD;
}
</style>