Shades of Deep Cerise #D133A0
Tints of Deep Cerise #D133A0
RGB
CMYK
RGB Variations
Color information
#D133A0 (or 0xD133A0) is known color: Deep Cerise. HEX triplet: D1, 33 and A0. RGB value is (209,51,160). Sum of RGB (Red+Green+Blue) = 209+51+160=420 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.76% from 420); Green value is 51 (20.31% from 255 or 12.14% from 420); Blue value is 160 (62.89% from 255 or 38.10% from 420); Max value from RGB is 209 - color contains mainly: red. Hex color #D133A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D133A0 is #2ECC5F. Grayscale: #6E6E6E. Windows color (decimal): -3066976 or 10499025. OLE color: 10499025.
HSL color Cylindrical-coordinate representation of color #D133A0: hue angle of 318.61º 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 #D133A0 is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 51 | 160 | - |
| CMYK | 0 | 0.76 | 0.23 | 0.18 |
| HSL | 318.61º | 0.63% | 0.51% | - |
| HSV(B) | 318.61º | 0.76% | 0.82% | - |
| XYZ | 33.82 | 18.46 | 35.04 | - |
| YUV | 110.67 | 155.85 | 198.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 51 | 160 | 0 | 0.76 | 0.23 | 0.18 | 318.61 | 0.63 | 0.51 |
| Hex | D1 | 33 | A0 | 0 | 4C | 17 | 12 | 13F | 3F | 33 |
| Octal | 321 | 63 | 240 | 0 | 114 | 27 | 22 | 477 | 77 | 63 |
| Binary | 11010001 | 110011 | 10100000 | 0 | 1001100 | 10111 | 10010 | 100111111 | 111111 | 110011 |
Color Harmonies of #D133A0
Complementary color
Monochromatic Colors of #D133A0
Black with #D133A0
Text Example
Text Example
White with #D133A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D133A0; }
p { color: rgb(209,51,160); }
H1.HeaderClassName
{
color: #D133A0;
}
.AnyTagClassName
{
color: #D133A0;
}
</style>
background-color css
<style>
a { background-color: #D133A0; }
a { background-color: rgb(209,51,160); }
div.DivClassName
{
background-color: #D133A0;
}
.BgClassName
{
background-color: #D133A0;
}
</style>
border-color css
<style>
span { border-color: #D133A0; }
span { border-color: rgb(209,51,160); }
td.TdClassName
{
border-color: #D133A0;
}
.TagClassName
{
border-color: #D133A0;
}
</style>