Shades of Deep Cerise #D1298A
Tints of Deep Cerise #D1298A
RGB
CMYK
RGB Variations
Color information
#D1298A (or 0xD1298A) is known color: Deep Cerise. HEX triplet: D1, 29 and 8A. RGB value is (209,41,138). Sum of RGB (Red+Green+Blue) = 209+41+138=388 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.87% from 388); Green value is 41 (16.41% from 255 or 10.57% from 388); Blue value is 138 (54.30% from 255 or 35.57% from 388); Max value from RGB is 209 - color contains mainly: red. Hex color #D1298A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1298A is #2ED675. Grayscale: #666666. Windows color (decimal): -3069558 or 9054673. OLE color: 9054673.
HSL color Cylindrical-coordinate representation of color #D1298A: hue angle of 325.36º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D1298A is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 41 | 138 | - |
| CMYK | 0 | 0.80 | 0.34 | 0.18 |
| HSL | 325.36º | 0.67% | 0.49% | - |
| HSV(B) | 325.36º | 0.8% | 0.82% | - |
| XYZ | 31.67 | 16.98 | 25.65 | - |
| YUV | 102.29 | 148.16 | 204.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 41 | 138 | 0 | 0.80 | 0.34 | 0.18 | 325.36 | 0.67 | 0.49 |
| Hex | D1 | 29 | 8A | 0 | 50 | 22 | 12 | 145 | 43 | 31 |
| Octal | 321 | 51 | 212 | 0 | 120 | 42 | 22 | 505 | 103 | 61 |
| Binary | 11010001 | 101001 | 10001010 | 0 | 1010000 | 100010 | 10010 | 101000101 | 1000011 | 110001 |
Color Harmonies of #D1298A
Complementary color
Monochromatic Colors of #D1298A
Black with #D1298A
Text Example
Text Example
White with #D1298A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1298A; }
p { color: rgb(209,41,138); }
H1.HeaderClassName
{
color: #D1298A;
}
.AnyTagClassName
{
color: #D1298A;
}
</style>
background-color css
<style>
a { background-color: #D1298A; }
a { background-color: rgb(209,41,138); }
div.DivClassName
{
background-color: #D1298A;
}
.BgClassName
{
background-color: #D1298A;
}
</style>
border-color css
<style>
span { border-color: #D1298A; }
span { border-color: rgb(209,41,138); }
td.TdClassName
{
border-color: #D1298A;
}
.TagClassName
{
border-color: #D1298A;
}
</style>