Shades of Deep Cerise #D529AC
Tints of Deep Cerise #D529AC
RGB
CMYK
RGB Variations
Color information
#D529AC (or 0xD529AC) is known color: Deep Cerise. HEX triplet: D5, 29 and AC. RGB value is (213,41,172). Sum of RGB (Red+Green+Blue) = 213+41+172=426 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50% from 426); Green value is 41 (16.41% from 255 or 9.62% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 213 - color contains mainly: red. Hex color #D529AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D529AC is #2AD653. Grayscale: #6B6B6B. Windows color (decimal): -2807380 or 11282901. OLE color: 11282901.
HSL color Cylindrical-coordinate representation of color #D529AC: hue angle of 314.3º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D529AC is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 41 | 172 | - |
| CMYK | 0 | 0.81 | 0.19 | 0.16 |
| HSL | 314.3º | 0.68% | 0.5% | - |
| HSV(B) | 314.3º | 0.81% | 0.84% | - |
| XYZ | 35.68 | 18.71 | 40.76 | - |
| YUV | 107.36 | 164.48 | 203.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 41 | 172 | 0 | 0.81 | 0.19 | 0.16 | 314.3 | 0.68 | 0.5 |
| Hex | D5 | 29 | AC | 0 | 51 | 13 | 10 | 13A | 44 | 32 |
| Octal | 325 | 51 | 254 | 0 | 121 | 23 | 20 | 472 | 104 | 62 |
| Binary | 11010101 | 101001 | 10101100 | 0 | 1010001 | 10011 | 10000 | 100111010 | 1000100 | 110010 |
Color Harmonies of #D529AC
Complementary color
Monochromatic Colors of #D529AC
Black with #D529AC
Text Example
Text Example
White with #D529AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D529AC; }
p { color: rgb(213,41,172); }
H1.HeaderClassName
{
color: #D529AC;
}
.AnyTagClassName
{
color: #D529AC;
}
</style>
background-color css
<style>
a { background-color: #D529AC; }
a { background-color: rgb(213,41,172); }
div.DivClassName
{
background-color: #D529AC;
}
.BgClassName
{
background-color: #D529AC;
}
</style>
border-color css
<style>
span { border-color: #D529AC; }
span { border-color: rgb(213,41,172); }
td.TdClassName
{
border-color: #D529AC;
}
.TagClassName
{
border-color: #D529AC;
}
</style>