Shades of Deep Cerise #D138A2
Tints of Deep Cerise #D138A2
RGB
CMYK
RGB Variations
Color information
#D138A2 (or 0xD138A2) is known color: Deep Cerise. HEX triplet: D1, 38 and A2. RGB value is (209,56,162). Sum of RGB (Red+Green+Blue) = 209+56+162=427 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.95% from 427); Green value is 56 (22.27% from 255 or 13.11% from 427); Blue value is 162 (63.67% from 255 or 37.94% from 427); Max value from RGB is 209 - color contains mainly: red. Hex color #D138A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D138A2 is #2EC75D. Grayscale: #717171. Windows color (decimal): -3065694 or 10631377. OLE color: 10631377.
HSL color Cylindrical-coordinate representation of color #D138A2: hue angle of 318.43º 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 #D138A2 is Cyan = 0, Magento = 0.73, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 56 | 162 | - |
| CMYK | 0 | 0.73 | 0.22 | 0.18 |
| HSL | 318.43º | 0.62% | 0.52% | - |
| HSV(B) | 318.43º | 0.73% | 0.82% | - |
| XYZ | 34.23 | 18.99 | 36.04 | - |
| YUV | 113.83 | 155.19 | 195.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 56 | 162 | 0 | 0.73 | 0.22 | 0.18 | 318.43 | 0.62 | 0.52 |
| Hex | D1 | 38 | A2 | 0 | 49 | 16 | 12 | 13E | 3E | 34 |
| Octal | 321 | 70 | 242 | 0 | 111 | 26 | 22 | 476 | 76 | 64 |
| Binary | 11010001 | 111000 | 10100010 | 0 | 1001001 | 10110 | 10010 | 100111110 | 111110 | 110100 |
Color Harmonies of #D138A2
Complementary color
Monochromatic Colors of #D138A2
Black with #D138A2
Text Example
Text Example
White with #D138A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D138A2; }
p { color: rgb(209,56,162); }
H1.HeaderClassName
{
color: #D138A2;
}
.AnyTagClassName
{
color: #D138A2;
}
</style>
background-color css
<style>
a { background-color: #D138A2; }
a { background-color: rgb(209,56,162); }
div.DivClassName
{
background-color: #D138A2;
}
.BgClassName
{
background-color: #D138A2;
}
</style>
border-color css
<style>
span { border-color: #D138A2; }
span { border-color: rgb(209,56,162); }
td.TdClassName
{
border-color: #D138A2;
}
.TagClassName
{
border-color: #D138A2;
}
</style>