Shades of Cerise #D52E6A
Tints of Cerise #D52E6A
RGB
CMYK
RGB Variations
Color information
#D52E6A (or 0xD52E6A) is known color: Cerise. HEX triplet: D5, 2E and 6A. RGB value is (213,46,106). Sum of RGB (Red+Green+Blue) = 213+46+106=365 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.36% from 365); Green value is 46 (18.36% from 255 or 12.60% from 365); Blue value is 106 (41.80% from 255 or 29.04% from 365); Max value from RGB is 213 - color contains mainly: red. Hex color #D52E6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52E6A is #2AD195. Grayscale: #666666. Windows color (decimal): -2806166 or 6958805. OLE color: 6958805.
HSL color Cylindrical-coordinate representation of color #D52E6A: hue angle of 338.44º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D52E6A is Cyan = 0, Magento = 0.78, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 46 | 106 | - |
| CMYK | 0 | 0.78 | 0.50 | 0.16 |
| HSL | 338.44º | 0.67% | 0.51% | - |
| HSV(B) | 338.44º | 0.78% | 0.84% | - |
| XYZ | 31.02 | 17.14 | 15.31 | - |
| YUV | 102.77 | 129.83 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 46 | 106 | 0 | 0.78 | 0.50 | 0.16 | 338.44 | 0.67 | 0.51 |
| Hex | D5 | 2E | 6A | 0 | 4E | 32 | 10 | 152 | 43 | 33 |
| Octal | 325 | 56 | 152 | 0 | 116 | 62 | 20 | 522 | 103 | 63 |
| Binary | 11010101 | 101110 | 1101010 | 0 | 1001110 | 110010 | 10000 | 101010010 | 1000011 | 110011 |
Color Harmonies of #D52E6A
Complementary color
Monochromatic Colors of #D52E6A
Black with #D52E6A
Text Example
Text Example
White with #D52E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52E6A; }
p { color: rgb(213,46,106); }
H1.HeaderClassName
{
color: #D52E6A;
}
.AnyTagClassName
{
color: #D52E6A;
}
</style>
background-color css
<style>
a { background-color: #D52E6A; }
a { background-color: rgb(213,46,106); }
div.DivClassName
{
background-color: #D52E6A;
}
.BgClassName
{
background-color: #D52E6A;
}
</style>
border-color css
<style>
span { border-color: #D52E6A; }
span { border-color: rgb(213,46,106); }
td.TdClassName
{
border-color: #D52E6A;
}
.TagClassName
{
border-color: #D52E6A;
}
</style>