Shades of Deep Cerise #D132A6
Tints of Deep Cerise #D132A6
RGB
CMYK
RGB Variations
Color information
#D132A6 (or 0xD132A6) is known color: Deep Cerise. HEX triplet: D1, 32 and A6. RGB value is (209,50,166). Sum of RGB (Red+Green+Blue) = 209+50+166=425 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.18% from 425); Green value is 50 (19.92% from 255 or 11.76% from 425); Blue value is 166 (65.23% from 255 or 39.06% from 425); Max value from RGB is 209 - color contains mainly: red. Hex color #D132A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D132A6 is #2ECD59. Grayscale: #6E6E6E. Windows color (decimal): -3067226 or 10891985. OLE color: 10891985.
HSL color Cylindrical-coordinate representation of color #D132A6: hue angle of 316.23º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D132A6 is Cyan = 0, Magento = 0.76, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 50 | 166 | - |
| CMYK | 0 | 0.76 | 0.21 | 0.18 |
| HSL | 316.23º | 0.63% | 0.51% | - |
| HSV(B) | 316.23º | 0.76% | 0.82% | - |
| XYZ | 34.32 | 18.59 | 37.86 | - |
| YUV | 110.77 | 159.18 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 50 | 166 | 0 | 0.76 | 0.21 | 0.18 | 316.23 | 0.63 | 0.51 |
| Hex | D1 | 32 | A6 | 0 | 4C | 15 | 12 | 13C | 3F | 33 |
| Octal | 321 | 62 | 246 | 0 | 114 | 25 | 22 | 474 | 77 | 63 |
| Binary | 11010001 | 110010 | 10100110 | 0 | 1001100 | 10101 | 10010 | 100111100 | 111111 | 110011 |
Color Harmonies of #D132A6
Complementary color
Monochromatic Colors of #D132A6
Black with #D132A6
Text Example
Text Example
White with #D132A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D132A6; }
p { color: rgb(209,50,166); }
H1.HeaderClassName
{
color: #D132A6;
}
.AnyTagClassName
{
color: #D132A6;
}
</style>
background-color css
<style>
a { background-color: #D132A6; }
a { background-color: rgb(209,50,166); }
div.DivClassName
{
background-color: #D132A6;
}
.BgClassName
{
background-color: #D132A6;
}
</style>
border-color css
<style>
span { border-color: #D132A6; }
span { border-color: rgb(209,50,166); }
td.TdClassName
{
border-color: #D132A6;
}
.TagClassName
{
border-color: #D132A6;
}
</style>