Shades of Deep Cerise #D1297A
Tints of Deep Cerise #D1297A
RGB
CMYK
RGB Variations
Color information
#D1297A (or 0xD1297A) is known color: Deep Cerise. HEX triplet: D1, 29 and 7A. RGB value is (209,41,122). Sum of RGB (Red+Green+Blue) = 209+41+122=372 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.18% from 372); Green value is 41 (16.41% from 255 or 11.02% from 372); Blue value is 122 (48.05% from 255 or 32.80% from 372); Max value from RGB is 209 - color contains mainly: red. Hex color #D1297A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1297A is #2ED685. Grayscale: #646464. Windows color (decimal): -3069574 or 8006097. OLE color: 8006097.
HSL color Cylindrical-coordinate representation of color #D1297A: hue angle of 331.07º 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 #D1297A is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 41 | 122 | - |
| CMYK | 0 | 0.80 | 0.42 | 0.18 |
| HSL | 331.07º | 0.67% | 0.49% | - |
| HSV(B) | 331.07º | 0.8% | 0.82% | - |
| XYZ | 30.6 | 16.55 | 19.99 | - |
| YUV | 100.47 | 140.16 | 205.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 41 | 122 | 0 | 0.80 | 0.42 | 0.18 | 331.07 | 0.67 | 0.49 |
| Hex | D1 | 29 | 7A | 0 | 50 | 2A | 12 | 14B | 43 | 31 |
| Octal | 321 | 51 | 172 | 0 | 120 | 52 | 22 | 513 | 103 | 61 |
| Binary | 11010001 | 101001 | 1111010 | 0 | 1010000 | 101010 | 10010 | 101001011 | 1000011 | 110001 |
Color Harmonies of #D1297A
Complementary color
Monochromatic Colors of #D1297A
Black with #D1297A
Text Example
Text Example
White with #D1297A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1297A; }
p { color: rgb(209,41,122); }
H1.HeaderClassName
{
color: #D1297A;
}
.AnyTagClassName
{
color: #D1297A;
}
</style>
background-color css
<style>
a { background-color: #D1297A; }
a { background-color: rgb(209,41,122); }
div.DivClassName
{
background-color: #D1297A;
}
.BgClassName
{
background-color: #D1297A;
}
</style>
border-color css
<style>
span { border-color: #D1297A; }
span { border-color: rgb(209,41,122); }
td.TdClassName
{
border-color: #D1297A;
}
.TagClassName
{
border-color: #D1297A;
}
</style>