Shades of Deep Cerise #D52775
Tints of Deep Cerise #D52775
RGB
CMYK
RGB Variations
Color information
#D52775 (or 0xD52775) is known color: Deep Cerise. HEX triplet: D5, 27 and 75. RGB value is (213,39,117). Sum of RGB (Red+Green+Blue) = 213+39+117=369 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.72% from 369); Green value is 39 (15.62% from 255 or 10.57% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 213 - color contains mainly: red. Hex color #D52775 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52775 is #2AD88A. Grayscale: #636363. Windows color (decimal): -2807947 or 7677909. OLE color: 7677909.
HSL color Cylindrical-coordinate representation of color #D52775: hue angle of 333.1º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D52775 is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 39 | 117 | - |
| CMYK | 0 | 0.82 | 0.45 | 0.16 |
| HSL | 333.1º | 0.69% | 0.49% | - |
| HSV(B) | 333.1º | 0.82% | 0.84% | - |
| XYZ | 31.38 | 16.88 | 18.43 | - |
| YUV | 99.92 | 137.65 | 208.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 39 | 117 | 0 | 0.82 | 0.45 | 0.16 | 333.1 | 0.69 | 0.49 |
| Hex | D5 | 27 | 75 | 0 | 52 | 2D | 10 | 14D | 45 | 31 |
| Octal | 325 | 47 | 165 | 0 | 122 | 55 | 20 | 515 | 105 | 61 |
| Binary | 11010101 | 100111 | 1110101 | 0 | 1010010 | 101101 | 10000 | 101001101 | 1000101 | 110001 |
Color Harmonies of #D52775
Complementary color
Monochromatic Colors of #D52775
Black with #D52775
Text Example
Text Example
White with #D52775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52775; }
p { color: rgb(213,39,117); }
H1.HeaderClassName
{
color: #D52775;
}
.AnyTagClassName
{
color: #D52775;
}
</style>
background-color css
<style>
a { background-color: #D52775; }
a { background-color: rgb(213,39,117); }
div.DivClassName
{
background-color: #D52775;
}
.BgClassName
{
background-color: #D52775;
}
</style>
border-color css
<style>
span { border-color: #D52775; }
span { border-color: rgb(213,39,117); }
td.TdClassName
{
border-color: #D52775;
}
.TagClassName
{
border-color: #D52775;
}
</style>