Shades of Cerise #D52A5A
Tints of Cerise #D52A5A
RGB
CMYK
RGB Variations
Color information
#D52A5A (or 0xD52A5A) is known color: Cerise. HEX triplet: D5, 2A and 5A. RGB value is (213,42,90). Sum of RGB (Red+Green+Blue) = 213+42+90=345 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.74% from 345); Green value is 42 (16.80% from 255 or 12.17% from 345); Blue value is 90 (35.55% from 255 or 26.09% from 345); Max value from RGB is 213 - color contains mainly: red. Hex color #D52A5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52A5A is #2AD5A5. Grayscale: #626262. Windows color (decimal): -2807206 or 5909205. OLE color: 5909205.
HSL color Cylindrical-coordinate representation of color #D52A5A: hue angle of 343.16º 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 #D52A5A is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 42 | 90 | - |
| CMYK | 0 | 0.80 | 0.58 | 0.16 |
| HSL | 343.16º | 0.67% | 0.5% | - |
| HSV(B) | 343.16º | 0.8% | 0.84% | - |
| XYZ | 30.11 | 16.54 | 11.28 | - |
| YUV | 98.6 | 123.15 | 209.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 42 | 90 | 0 | 0.80 | 0.58 | 0.16 | 343.16 | 0.67 | 0.5 |
| Hex | D5 | 2A | 5A | 0 | 50 | 3A | 10 | 157 | 43 | 32 |
| Octal | 325 | 52 | 132 | 0 | 120 | 72 | 20 | 527 | 103 | 62 |
| Binary | 11010101 | 101010 | 1011010 | 0 | 1010000 | 111010 | 10000 | 101010111 | 1000011 | 110010 |
Color Harmonies of #D52A5A
Complementary color
Monochromatic Colors of #D52A5A
Black with #D52A5A
Text Example
Text Example
White with #D52A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52A5A; }
p { color: rgb(213,42,90); }
H1.HeaderClassName
{
color: #D52A5A;
}
.AnyTagClassName
{
color: #D52A5A;
}
</style>
background-color css
<style>
a { background-color: #D52A5A; }
a { background-color: rgb(213,42,90); }
div.DivClassName
{
background-color: #D52A5A;
}
.BgClassName
{
background-color: #D52A5A;
}
</style>
border-color css
<style>
span { border-color: #D52A5A; }
span { border-color: rgb(213,42,90); }
td.TdClassName
{
border-color: #D52A5A;
}
.TagClassName
{
border-color: #D52A5A;
}
</style>