Shades of Deep Cerise #D527AB
Tints of Deep Cerise #D527AB
RGB
CMYK
RGB Variations
Color information
#D527AB (or 0xD527AB) is known color: Deep Cerise. HEX triplet: D5, 27 and AB. RGB value is (213,39,171). Sum of RGB (Red+Green+Blue) = 213+39+171=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 39 (15.62% from 255 or 9.22% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D527AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D527AB is #2AD854. Grayscale: #696969. Windows color (decimal): -2807893 or 11216853. OLE color: 11216853.
HSL color Cylindrical-coordinate representation of color #D527AB: hue angle of 314.48º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D527AB is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 39 | 171 | - |
| CMYK | 0 | 0.82 | 0.20 | 0.16 |
| HSL | 314.48º | 0.69% | 0.49% | - |
| HSV(B) | 314.48º | 0.82% | 0.84% | - |
| XYZ | 35.52 | 18.54 | 40.23 | - |
| YUV | 106.07 | 164.65 | 204.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 39 | 171 | 0 | 0.82 | 0.20 | 0.16 | 314.48 | 0.69 | 0.49 |
| Hex | D5 | 27 | AB | 0 | 52 | 14 | 10 | 13A | 45 | 31 |
| Octal | 325 | 47 | 253 | 0 | 122 | 24 | 20 | 472 | 105 | 61 |
| Binary | 11010101 | 100111 | 10101011 | 0 | 1010010 | 10100 | 10000 | 100111010 | 1000101 | 110001 |
Color Harmonies of #D527AB
Complementary color
Monochromatic Colors of #D527AB
Black with #D527AB
Text Example
Text Example
White with #D527AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D527AB; }
p { color: rgb(213,39,171); }
H1.HeaderClassName
{
color: #D527AB;
}
.AnyTagClassName
{
color: #D527AB;
}
</style>
background-color css
<style>
a { background-color: #D527AB; }
a { background-color: rgb(213,39,171); }
div.DivClassName
{
background-color: #D527AB;
}
.BgClassName
{
background-color: #D527AB;
}
</style>
border-color css
<style>
span { border-color: #D527AB; }
span { border-color: rgb(213,39,171); }
td.TdClassName
{
border-color: #D527AB;
}
.TagClassName
{
border-color: #D527AB;
}
</style>