Shades of Deep Cerise #D530AC
Tints of Deep Cerise #D530AC
RGB
CMYK
RGB Variations
Color information
#D530AC (or 0xD530AC) is known color: Deep Cerise. HEX triplet: D5, 30 and AC. RGB value is (213,48,172). Sum of RGB (Red+Green+Blue) = 213+48+172=433 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.19% from 433); Green value is 48 (19.14% from 255 or 11.09% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 213 - color contains mainly: red. Hex color #D530AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D530AC is #2ACF53. Grayscale: #6F6F6F. Windows color (decimal): -2805588 or 11284693. OLE color: 11284693.
HSL color Cylindrical-coordinate representation of color #D530AC: hue angle of 314.91º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D530AC is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 48 | 172 | - |
| CMYK | 0 | 0.77 | 0.19 | 0.16 |
| HSL | 314.91º | 0.66% | 0.51% | - |
| HSV(B) | 314.91º | 0.77% | 0.84% | - |
| XYZ | 35.94 | 19.24 | 40.85 | - |
| YUV | 111.47 | 162.16 | 200.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 48 | 172 | 0 | 0.77 | 0.19 | 0.16 | 314.91 | 0.66 | 0.51 |
| Hex | D5 | 30 | AC | 0 | 4D | 13 | 10 | 13B | 42 | 33 |
| Octal | 325 | 60 | 254 | 0 | 115 | 23 | 20 | 473 | 102 | 63 |
| Binary | 11010101 | 110000 | 10101100 | 0 | 1001101 | 10011 | 10000 | 100111011 | 1000010 | 110011 |
Color Harmonies of #D530AC
Complementary color
Monochromatic Colors of #D530AC
Black with #D530AC
Text Example
Text Example
White with #D530AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D530AC; }
p { color: rgb(213,48,172); }
H1.HeaderClassName
{
color: #D530AC;
}
.AnyTagClassName
{
color: #D530AC;
}
</style>
background-color css
<style>
a { background-color: #D530AC; }
a { background-color: rgb(213,48,172); }
div.DivClassName
{
background-color: #D530AC;
}
.BgClassName
{
background-color: #D530AC;
}
</style>
border-color css
<style>
span { border-color: #D530AC; }
span { border-color: rgb(213,48,172); }
td.TdClassName
{
border-color: #D530AC;
}
.TagClassName
{
border-color: #D530AC;
}
</style>