Shades of Deep Cerise #D52174
Tints of Deep Cerise #D52174
RGB
CMYK
RGB Variations
Color information
#D52174 (or 0xD52174) is known color: Deep Cerise. HEX triplet: D5, 21 and 74. RGB value is (213,33,116). Sum of RGB (Red+Green+Blue) = 213+33+116=362 (47% of max value = 765). Red value is 213 (83.59% from 255 or 58.84% from 362); Green value is 33 (13.28% from 255 or 9.12% from 362); Blue value is 116 (45.70% from 255 or 32.04% from 362); Max value from RGB is 213 - color contains mainly: red. Hex color #D52174 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52174 is #2ADE8B. Grayscale: #606060. Windows color (decimal): -2809484 or 7610837. OLE color: 7610837.
HSL color Cylindrical-coordinate representation of color #D52174: hue angle of 332.33º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D52174 is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 33 | 116 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.16 |
| HSL | 332.33º | 0.73% | 0.48% | - |
| HSV(B) | 332.33º | 0.85% | 0.84% | - |
| XYZ | 31.14 | 16.49 | 18.07 | - |
| YUV | 96.28 | 139.13 | 211.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 33 | 116 | 0 | 0.85 | 0.46 | 0.16 | 332.33 | 0.73 | 0.48 |
| Hex | D5 | 21 | 74 | 0 | 55 | 2E | 10 | 14C | 49 | 30 |
| Octal | 325 | 41 | 164 | 0 | 125 | 56 | 20 | 514 | 111 | 60 |
| Binary | 11010101 | 100001 | 1110100 | 0 | 1010101 | 101110 | 10000 | 101001100 | 1001001 | 110000 |
Color Harmonies of #D52174
Complementary color
Monochromatic Colors of #D52174
Black with #D52174
Text Example
Text Example
White with #D52174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52174; }
p { color: rgb(213,33,116); }
H1.HeaderClassName
{
color: #D52174;
}
.AnyTagClassName
{
color: #D52174;
}
</style>
background-color css
<style>
a { background-color: #D52174; }
a { background-color: rgb(213,33,116); }
div.DivClassName
{
background-color: #D52174;
}
.BgClassName
{
background-color: #D52174;
}
</style>
border-color css
<style>
span { border-color: #D52174; }
span { border-color: rgb(213,33,116); }
td.TdClassName
{
border-color: #D52174;
}
.TagClassName
{
border-color: #D52174;
}
</style>