Shades of Deep Cerise #D132A8
Tints of Deep Cerise #D132A8
RGB
CMYK
RGB Variations
Color information
#D132A8 (or 0xD132A8) is known color: Deep Cerise. HEX triplet: D1, 32 and A8. RGB value is (209,50,168). Sum of RGB (Red+Green+Blue) = 209+50+168=427 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.95% from 427); Green value is 50 (19.92% from 255 or 11.71% from 427); Blue value is 168 (66.02% from 255 or 39.34% from 427); Max value from RGB is 209 - color contains mainly: red. Hex color #D132A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D132A8 is #2ECD57. Grayscale: #6E6E6E. Windows color (decimal): -3067224 or 11023057. OLE color: 11023057.
HSL color Cylindrical-coordinate representation of color #D132A8: hue angle of 315.47º 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 #D132A8 is Cyan = 0, Magento = 0.76, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 50 | 168 | - |
| CMYK | 0 | 0.76 | 0.20 | 0.18 |
| HSL | 315.47º | 0.63% | 0.51% | - |
| HSV(B) | 315.47º | 0.76% | 0.82% | - |
| XYZ | 34.5 | 18.66 | 38.83 | - |
| YUV | 110.99 | 160.18 | 197.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 50 | 168 | 0 | 0.76 | 0.20 | 0.18 | 315.47 | 0.63 | 0.51 |
| Hex | D1 | 32 | A8 | 0 | 4C | 14 | 12 | 13B | 3F | 33 |
| Octal | 321 | 62 | 250 | 0 | 114 | 24 | 22 | 473 | 77 | 63 |
| Binary | 11010001 | 110010 | 10101000 | 0 | 1001100 | 10100 | 10010 | 100111011 | 111111 | 110011 |
Color Harmonies of #D132A8
Complementary color
Monochromatic Colors of #D132A8
Black with #D132A8
Text Example
Text Example
White with #D132A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D132A8; }
p { color: rgb(209,50,168); }
H1.HeaderClassName
{
color: #D132A8;
}
.AnyTagClassName
{
color: #D132A8;
}
</style>
background-color css
<style>
a { background-color: #D132A8; }
a { background-color: rgb(209,50,168); }
div.DivClassName
{
background-color: #D132A8;
}
.BgClassName
{
background-color: #D132A8;
}
</style>
border-color css
<style>
span { border-color: #D132A8; }
span { border-color: rgb(209,50,168); }
td.TdClassName
{
border-color: #D132A8;
}
.TagClassName
{
border-color: #D132A8;
}
</style>