Shades of Deep Cerise #D52975
Tints of Deep Cerise #D52975
RGB
CMYK
RGB Variations
Color information
#D52975 (or 0xD52975) is known color: Deep Cerise. HEX triplet: D5, 29 and 75. RGB value is (213,41,117). Sum of RGB (Red+Green+Blue) = 213+41+117=371 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.41% from 371); Green value is 41 (16.41% from 255 or 11.05% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 213 - color contains mainly: red. Hex color #D52975 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52975 is #2AD68A. Grayscale: #646464. Windows color (decimal): -2807435 or 7678421. OLE color: 7678421.
HSL color Cylindrical-coordinate representation of color #D52975: hue angle of 333.49º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D52975 is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 41 | 117 | - |
| CMYK | 0 | 0.81 | 0.45 | 0.16 |
| HSL | 333.49º | 0.68% | 0.5% | - |
| HSV(B) | 333.49º | 0.81% | 0.84% | - |
| XYZ | 31.44 | 17.02 | 18.46 | - |
| YUV | 101.09 | 136.98 | 207.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 41 | 117 | 0 | 0.81 | 0.45 | 0.16 | 333.49 | 0.68 | 0.5 |
| Hex | D5 | 29 | 75 | 0 | 51 | 2D | 10 | 14D | 44 | 32 |
| Octal | 325 | 51 | 165 | 0 | 121 | 55 | 20 | 515 | 104 | 62 |
| Binary | 11010101 | 101001 | 1110101 | 0 | 1010001 | 101101 | 10000 | 101001101 | 1000100 | 110010 |
Color Harmonies of #D52975
Complementary color
Monochromatic Colors of #D52975
Black with #D52975
Text Example
Text Example
White with #D52975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52975; }
p { color: rgb(213,41,117); }
H1.HeaderClassName
{
color: #D52975;
}
.AnyTagClassName
{
color: #D52975;
}
</style>
background-color css
<style>
a { background-color: #D52975; }
a { background-color: rgb(213,41,117); }
div.DivClassName
{
background-color: #D52975;
}
.BgClassName
{
background-color: #D52975;
}
</style>
border-color css
<style>
span { border-color: #D52975; }
span { border-color: rgb(213,41,117); }
td.TdClassName
{
border-color: #D52975;
}
.TagClassName
{
border-color: #D52975;
}
</style>