Shades of Deep Cerise #D533AF
Tints of Deep Cerise #D533AF
RGB
CMYK
RGB Variations
Color information
#D533AF (or 0xD533AF) is known color: Deep Cerise. HEX triplet: D5, 33 and AF. RGB value is (213,51,175). Sum of RGB (Red+Green+Blue) = 213+51+175=439 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.52% from 439); Green value is 51 (20.31% from 255 or 11.62% from 439); Blue value is 175 (68.75% from 255 or 39.86% from 439); Max value from RGB is 213 - color contains mainly: red. Hex color #D533AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D533AF is #2ACC50. Grayscale: #717171. Windows color (decimal): -2804817 or 11482069. OLE color: 11482069.
HSL color Cylindrical-coordinate representation of color #D533AF: hue angle of 314.07º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D533AF is Cyan = 0, Magento = 0.76, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 51 | 175 | - |
| CMYK | 0 | 0.76 | 0.18 | 0.16 |
| HSL | 314.07º | 0.66% | 0.52% | - |
| HSV(B) | 314.07º | 0.76% | 0.84% | - |
| XYZ | 36.36 | 19.61 | 42.43 | - |
| YUV | 113.57 | 162.67 | 198.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 51 | 175 | 0 | 0.76 | 0.18 | 0.16 | 314.07 | 0.66 | 0.52 |
| Hex | D5 | 33 | AF | 0 | 4C | 12 | 10 | 13A | 42 | 34 |
| Octal | 325 | 63 | 257 | 0 | 114 | 22 | 20 | 472 | 102 | 64 |
| Binary | 11010101 | 110011 | 10101111 | 0 | 1001100 | 10010 | 10000 | 100111010 | 1000010 | 110100 |
Color Harmonies of #D533AF
Complementary color
Monochromatic Colors of #D533AF
Black with #D533AF
Text Example
Text Example
White with #D533AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D533AF; }
p { color: rgb(213,51,175); }
H1.HeaderClassName
{
color: #D533AF;
}
.AnyTagClassName
{
color: #D533AF;
}
</style>
background-color css
<style>
a { background-color: #D533AF; }
a { background-color: rgb(213,51,175); }
div.DivClassName
{
background-color: #D533AF;
}
.BgClassName
{
background-color: #D533AF;
}
</style>
border-color css
<style>
span { border-color: #D533AF; }
span { border-color: rgb(213,51,175); }
td.TdClassName
{
border-color: #D533AF;
}
.TagClassName
{
border-color: #D533AF;
}
</style>