Shades of Deep Cerise #D135AC
Tints of Deep Cerise #D135AC
RGB
CMYK
RGB Variations
Color information
#D135AC (or 0xD135AC) is known color: Deep Cerise. HEX triplet: D1, 35 and AC. RGB value is (209,53,172). Sum of RGB (Red+Green+Blue) = 209+53+172=434 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.16% from 434); Green value is 53 (21.09% from 255 or 12.21% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 209 - color contains mainly: red. Hex color #D135AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D135AC is #2ECA53. Grayscale: #707070. Windows color (decimal): -3066452 or 11285969. OLE color: 11285969.
HSL color Cylindrical-coordinate representation of color #D135AC: hue angle of 314.23º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D135AC is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 53 | 172 | - |
| CMYK | 0 | 0.75 | 0.18 | 0.18 |
| HSL | 314.23º | 0.63% | 0.51% | - |
| HSV(B) | 314.23º | 0.75% | 0.82% | - |
| XYZ | 35.01 | 19.08 | 40.87 | - |
| YUV | 113.21 | 161.18 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 53 | 172 | 0 | 0.75 | 0.18 | 0.18 | 314.23 | 0.63 | 0.51 |
| Hex | D1 | 35 | AC | 0 | 4B | 12 | 12 | 13A | 3F | 33 |
| Octal | 321 | 65 | 254 | 0 | 113 | 22 | 22 | 472 | 77 | 63 |
| Binary | 11010001 | 110101 | 10101100 | 0 | 1001011 | 10010 | 10010 | 100111010 | 111111 | 110011 |
Color Harmonies of #D135AC
Complementary color
Monochromatic Colors of #D135AC
Black with #D135AC
Text Example
Text Example
White with #D135AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D135AC; }
p { color: rgb(209,53,172); }
H1.HeaderClassName
{
color: #D135AC;
}
.AnyTagClassName
{
color: #D135AC;
}
</style>
background-color css
<style>
a { background-color: #D135AC; }
a { background-color: rgb(209,53,172); }
div.DivClassName
{
background-color: #D135AC;
}
.BgClassName
{
background-color: #D135AC;
}
</style>
border-color css
<style>
span { border-color: #D135AC; }
span { border-color: rgb(209,53,172); }
td.TdClassName
{
border-color: #D135AC;
}
.TagClassName
{
border-color: #D135AC;
}
</style>