Shades of Deep Cerise #D138A8
Tints of Deep Cerise #D138A8
RGB
CMYK
RGB Variations
Color information
#D138A8 (or 0xD138A8) is known color: Deep Cerise. HEX triplet: D1, 38 and A8. RGB value is (209,56,168). Sum of RGB (Red+Green+Blue) = 209+56+168=433 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.27% from 433); Green value is 56 (22.27% from 255 or 12.93% from 433); Blue value is 168 (66.02% from 255 or 38.80% from 433); Max value from RGB is 209 - color contains mainly: red. Hex color #D138A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D138A8 is #2EC757. Grayscale: #727272. Windows color (decimal): -3065688 or 11024593. OLE color: 11024593.
HSL color Cylindrical-coordinate representation of color #D138A8: hue angle of 316.08º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D138A8 is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 56 | 168 | - |
| CMYK | 0 | 0.73 | 0.20 | 0.18 |
| HSL | 316.08º | 0.62% | 0.52% | - |
| HSV(B) | 316.08º | 0.73% | 0.82% | - |
| XYZ | 34.78 | 19.21 | 38.92 | - |
| YUV | 114.52 | 158.19 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 56 | 168 | 0 | 0.73 | 0.20 | 0.18 | 316.08 | 0.62 | 0.52 |
| Hex | D1 | 38 | A8 | 0 | 49 | 14 | 12 | 13C | 3E | 34 |
| Octal | 321 | 70 | 250 | 0 | 111 | 24 | 22 | 474 | 76 | 64 |
| Binary | 11010001 | 111000 | 10101000 | 0 | 1001001 | 10100 | 10010 | 100111100 | 111110 | 110100 |
Color Harmonies of #D138A8
Complementary color
Monochromatic Colors of #D138A8
Black with #D138A8
Text Example
Text Example
White with #D138A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D138A8; }
p { color: rgb(209,56,168); }
H1.HeaderClassName
{
color: #D138A8;
}
.AnyTagClassName
{
color: #D138A8;
}
</style>
background-color css
<style>
a { background-color: #D138A8; }
a { background-color: rgb(209,56,168); }
div.DivClassName
{
background-color: #D138A8;
}
.BgClassName
{
background-color: #D138A8;
}
</style>
border-color css
<style>
span { border-color: #D138A8; }
span { border-color: rgb(209,56,168); }
td.TdClassName
{
border-color: #D138A8;
}
.TagClassName
{
border-color: #D138A8;
}
</style>