Shades of Deep Cerise #D135A4
Tints of Deep Cerise #D135A4
RGB
CMYK
RGB Variations
Color information
#D135A4 (or 0xD135A4) is known color: Deep Cerise. HEX triplet: D1, 35 and A4. RGB value is (209,53,164). Sum of RGB (Red+Green+Blue) = 209+53+164=426 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.06% from 426); Green value is 53 (21.09% from 255 or 12.44% from 426); Blue value is 164 (64.45% from 255 or 38.50% from 426); Max value from RGB is 209 - color contains mainly: red. Hex color #D135A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D135A4 is #2ECA5B. Grayscale: #707070. Windows color (decimal): -3066460 or 10761681. OLE color: 10761681.
HSL color Cylindrical-coordinate representation of color #D135A4: hue angle of 317.31º 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 #D135A4 is Cyan = 0, Magento = 0.75, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 53 | 164 | - |
| CMYK | 0 | 0.75 | 0.22 | 0.18 |
| HSL | 317.31º | 0.63% | 0.51% | - |
| HSV(B) | 317.31º | 0.75% | 0.82% | - |
| XYZ | 34.27 | 18.78 | 36.94 | - |
| YUV | 112.3 | 157.18 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 53 | 164 | 0 | 0.75 | 0.22 | 0.18 | 317.31 | 0.63 | 0.51 |
| Hex | D1 | 35 | A4 | 0 | 4B | 16 | 12 | 13D | 3F | 33 |
| Octal | 321 | 65 | 244 | 0 | 113 | 26 | 22 | 475 | 77 | 63 |
| Binary | 11010001 | 110101 | 10100100 | 0 | 1001011 | 10110 | 10010 | 100111101 | 111111 | 110011 |
Color Harmonies of #D135A4
Complementary color
Monochromatic Colors of #D135A4
Black with #D135A4
Text Example
Text Example
White with #D135A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D135A4; }
p { color: rgb(209,53,164); }
H1.HeaderClassName
{
color: #D135A4;
}
.AnyTagClassName
{
color: #D135A4;
}
</style>
background-color css
<style>
a { background-color: #D135A4; }
a { background-color: rgb(209,53,164); }
div.DivClassName
{
background-color: #D135A4;
}
.BgClassName
{
background-color: #D135A4;
}
</style>
border-color css
<style>
span { border-color: #D135A4; }
span { border-color: rgb(209,53,164); }
td.TdClassName
{
border-color: #D135A4;
}
.TagClassName
{
border-color: #D135A4;
}
</style>