Shades of Deep Cerise #D52A7D
Tints of Deep Cerise #D52A7D
RGB
CMYK
RGB Variations
Color information
#D52A7D (or 0xD52A7D) is known color: Deep Cerise. HEX triplet: D5, 2A and 7D. RGB value is (213,42,125). Sum of RGB (Red+Green+Blue) = 213+42+125=380 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.05% from 380); Green value is 42 (16.80% from 255 or 11.05% from 380); Blue value is 125 (49.22% from 255 or 32.89% from 380); Max value from RGB is 213 - color contains mainly: red. Hex color #D52A7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52A7D is #2AD582. Grayscale: #666666. Windows color (decimal): -2807171 or 8202965. OLE color: 8202965.
HSL color Cylindrical-coordinate representation of color #D52A7D: hue angle of 330.88º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D52A7D is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 42 | 125 | - |
| CMYK | 0 | 0.80 | 0.41 | 0.16 |
| HSL | 330.88º | 0.67% | 0.5% | - |
| HSV(B) | 330.88º | 0.8% | 0.84% | - |
| XYZ | 31.97 | 17.28 | 21.05 | - |
| YUV | 102.59 | 140.65 | 206.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 42 | 125 | 0 | 0.80 | 0.41 | 0.16 | 330.88 | 0.67 | 0.5 |
| Hex | D5 | 2A | 7D | 0 | 50 | 29 | 10 | 14B | 43 | 32 |
| Octal | 325 | 52 | 175 | 0 | 120 | 51 | 20 | 513 | 103 | 62 |
| Binary | 11010101 | 101010 | 1111101 | 0 | 1010000 | 101001 | 10000 | 101001011 | 1000011 | 110010 |
Color Harmonies of #D52A7D
Complementary color
Monochromatic Colors of #D52A7D
Black with #D52A7D
Text Example
Text Example
White with #D52A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52A7D; }
p { color: rgb(213,42,125); }
H1.HeaderClassName
{
color: #D52A7D;
}
.AnyTagClassName
{
color: #D52A7D;
}
</style>
background-color css
<style>
a { background-color: #D52A7D; }
a { background-color: rgb(213,42,125); }
div.DivClassName
{
background-color: #D52A7D;
}
.BgClassName
{
background-color: #D52A7D;
}
</style>
border-color css
<style>
span { border-color: #D52A7D; }
span { border-color: rgb(213,42,125); }
td.TdClassName
{
border-color: #D52A7D;
}
.TagClassName
{
border-color: #D52A7D;
}
</style>