Shades of Deep Cerise #D133A2
Tints of Deep Cerise #D133A2
RGB
CMYK
RGB Variations
Color information
#D133A2 (or 0xD133A2) is known color: Deep Cerise. HEX triplet: D1, 33 and A2. RGB value is (209,51,162). Sum of RGB (Red+Green+Blue) = 209+51+162=422 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.53% from 422); Green value is 51 (20.31% from 255 or 12.09% from 422); Blue value is 162 (63.67% from 255 or 38.39% from 422); Max value from RGB is 209 - color contains mainly: red. Hex color #D133A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D133A2 is #2ECC5D. Grayscale: #6E6E6E. Windows color (decimal): -3066974 or 10630097. OLE color: 10630097.
HSL color Cylindrical-coordinate representation of color #D133A2: hue angle of 317.85º 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 #D133A2 is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 51 | 162 | - |
| CMYK | 0 | 0.76 | 0.22 | 0.18 |
| HSL | 317.85º | 0.63% | 0.51% | - |
| HSV(B) | 317.85º | 0.76% | 0.82% | - |
| XYZ | 34 | 18.53 | 35.97 | - |
| YUV | 110.9 | 156.85 | 197.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 51 | 162 | 0 | 0.76 | 0.22 | 0.18 | 317.85 | 0.63 | 0.51 |
| Hex | D1 | 33 | A2 | 0 | 4C | 16 | 12 | 13E | 3F | 33 |
| Octal | 321 | 63 | 242 | 0 | 114 | 26 | 22 | 476 | 77 | 63 |
| Binary | 11010001 | 110011 | 10100010 | 0 | 1001100 | 10110 | 10010 | 100111110 | 111111 | 110011 |
Color Harmonies of #D133A2
Complementary color
Monochromatic Colors of #D133A2
Black with #D133A2
Text Example
Text Example
White with #D133A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D133A2; }
p { color: rgb(209,51,162); }
H1.HeaderClassName
{
color: #D133A2;
}
.AnyTagClassName
{
color: #D133A2;
}
</style>
background-color css
<style>
a { background-color: #D133A2; }
a { background-color: rgb(209,51,162); }
div.DivClassName
{
background-color: #D133A2;
}
.BgClassName
{
background-color: #D133A2;
}
</style>
border-color css
<style>
span { border-color: #D133A2; }
span { border-color: rgb(209,51,162); }
td.TdClassName
{
border-color: #D133A2;
}
.TagClassName
{
border-color: #D133A2;
}
</style>