Shades of Deep Cerise #D133AC
Tints of Deep Cerise #D133AC
RGB
CMYK
RGB Variations
Color information
#D133AC (or 0xD133AC) is known color: Deep Cerise. HEX triplet: D1, 33 and AC. RGB value is (209,51,172). Sum of RGB (Red+Green+Blue) = 209+51+172=432 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.38% from 432); Green value is 51 (20.31% from 255 or 11.81% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 209 - color contains mainly: red. Hex color #D133AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D133AC is #2ECC53. Grayscale: #6F6F6F. Windows color (decimal): -3066964 or 11285457. OLE color: 11285457.
HSL color Cylindrical-coordinate representation of color #D133AC: hue angle of 314.05º 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 #D133AC is Cyan = 0, Magento = 0.76, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 51 | 172 | - |
| CMYK | 0 | 0.76 | 0.18 | 0.18 |
| HSL | 314.05º | 0.63% | 0.51% | - |
| HSV(B) | 314.05º | 0.76% | 0.82% | - |
| XYZ | 34.92 | 18.9 | 40.84 | - |
| YUV | 112.04 | 161.85 | 197.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 51 | 172 | 0 | 0.76 | 0.18 | 0.18 | 314.05 | 0.63 | 0.51 |
| Hex | D1 | 33 | AC | 0 | 4C | 12 | 12 | 13A | 3F | 33 |
| Octal | 321 | 63 | 254 | 0 | 114 | 22 | 22 | 472 | 77 | 63 |
| Binary | 11010001 | 110011 | 10101100 | 0 | 1001100 | 10010 | 10010 | 100111010 | 111111 | 110011 |
Color Harmonies of #D133AC
Complementary color
Monochromatic Colors of #D133AC
Black with #D133AC
Text Example
Text Example
White with #D133AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D133AC; }
p { color: rgb(209,51,172); }
H1.HeaderClassName
{
color: #D133AC;
}
.AnyTagClassName
{
color: #D133AC;
}
</style>
background-color css
<style>
a { background-color: #D133AC; }
a { background-color: rgb(209,51,172); }
div.DivClassName
{
background-color: #D133AC;
}
.BgClassName
{
background-color: #D133AC;
}
</style>
border-color css
<style>
span { border-color: #D133AC; }
span { border-color: rgb(209,51,172); }
td.TdClassName
{
border-color: #D133AC;
}
.TagClassName
{
border-color: #D133AC;
}
</style>