Shades of Deep Cerise #D52C8F
Tints of Deep Cerise #D52C8F
RGB
CMYK
RGB Variations
Color information
#D52C8F (or 0xD52C8F) is known color: Deep Cerise. HEX triplet: D5, 2C and 8F. RGB value is (213,44,143). Sum of RGB (Red+Green+Blue) = 213+44+143=400 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.25% from 400); Green value is 44 (17.58% from 255 or 11% from 400); Blue value is 143 (56.25% from 255 or 35.75% from 400); Max value from RGB is 213 - color contains mainly: red. Hex color #D52C8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52C8F is #2AD370. Grayscale: #696969. Windows color (decimal): -2806641 or 9383125. OLE color: 9383125.
HSL color Cylindrical-coordinate representation of color #D52C8F: hue angle of 324.85º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D52C8F is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 44 | 143 | - |
| CMYK | 0 | 0.79 | 0.33 | 0.16 |
| HSL | 324.85º | 0.67% | 0.5% | - |
| HSV(B) | 324.85º | 0.79% | 0.84% | - |
| XYZ | 33.3 | 17.93 | 27.69 | - |
| YUV | 105.82 | 148.99 | 204.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 44 | 143 | 0 | 0.79 | 0.33 | 0.16 | 324.85 | 0.67 | 0.5 |
| Hex | D5 | 2C | 8F | 0 | 4F | 21 | 10 | 145 | 43 | 32 |
| Octal | 325 | 54 | 217 | 0 | 117 | 41 | 20 | 505 | 103 | 62 |
| Binary | 11010101 | 101100 | 10001111 | 0 | 1001111 | 100001 | 10000 | 101000101 | 1000011 | 110010 |
Color Harmonies of #D52C8F
Complementary color
Monochromatic Colors of #D52C8F
Black with #D52C8F
Text Example
Text Example
White with #D52C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52C8F; }
p { color: rgb(213,44,143); }
H1.HeaderClassName
{
color: #D52C8F;
}
.AnyTagClassName
{
color: #D52C8F;
}
</style>
background-color css
<style>
a { background-color: #D52C8F; }
a { background-color: rgb(213,44,143); }
div.DivClassName
{
background-color: #D52C8F;
}
.BgClassName
{
background-color: #D52C8F;
}
</style>
border-color css
<style>
span { border-color: #D52C8F; }
span { border-color: rgb(213,44,143); }
td.TdClassName
{
border-color: #D52C8F;
}
.TagClassName
{
border-color: #D52C8F;
}
</style>