Shades of Deep Cerise #D532A3
Tints of Deep Cerise #D532A3
RGB
CMYK
RGB Variations
Color information
#D532A3 (or 0xD532A3) is known color: Deep Cerise. HEX triplet: D5, 32 and A3. RGB value is (213,50,163). Sum of RGB (Red+Green+Blue) = 213+50+163=426 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50% from 426); Green value is 50 (19.92% from 255 or 11.74% from 426); Blue value is 163 (64.06% from 255 or 38.26% from 426); Max value from RGB is 213 - color contains mainly: red. Hex color #D532A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D532A3 is #2ACD5C. Grayscale: #6F6F6F. Windows color (decimal): -2805085 or 10695381. OLE color: 10695381.
HSL color Cylindrical-coordinate representation of color #D532A3: hue angle of 318.4º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D532A3 is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 50 | 163 | - |
| CMYK | 0 | 0.77 | 0.23 | 0.16 |
| HSL | 318.4º | 0.66% | 0.52% | - |
| HSV(B) | 318.4º | 0.77% | 0.84% | - |
| XYZ | 35.19 | 19.07 | 36.48 | - |
| YUV | 111.62 | 157 | 200.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 50 | 163 | 0 | 0.77 | 0.23 | 0.16 | 318.4 | 0.66 | 0.52 |
| Hex | D5 | 32 | A3 | 0 | 4D | 17 | 10 | 13E | 42 | 34 |
| Octal | 325 | 62 | 243 | 0 | 115 | 27 | 20 | 476 | 102 | 64 |
| Binary | 11010101 | 110010 | 10100011 | 0 | 1001101 | 10111 | 10000 | 100111110 | 1000010 | 110100 |
Color Harmonies of #D532A3
Complementary color
Monochromatic Colors of #D532A3
Black with #D532A3
Text Example
Text Example
White with #D532A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D532A3; }
p { color: rgb(213,50,163); }
H1.HeaderClassName
{
color: #D532A3;
}
.AnyTagClassName
{
color: #D532A3;
}
</style>
background-color css
<style>
a { background-color: #D532A3; }
a { background-color: rgb(213,50,163); }
div.DivClassName
{
background-color: #D532A3;
}
.BgClassName
{
background-color: #D532A3;
}
</style>
border-color css
<style>
span { border-color: #D532A3; }
span { border-color: rgb(213,50,163); }
td.TdClassName
{
border-color: #D532A3;
}
.TagClassName
{
border-color: #D532A3;
}
</style>