Shades of Deep Cerise #D63174
Tints of Deep Cerise #D63174
RGB
CMYK
RGB Variations
Color information
#D63174 (or 0xD63174) is known color: Deep Cerise. HEX triplet: D6, 31 and 74. RGB value is (214,49,116). Sum of RGB (Red+Green+Blue) = 214+49+116=379 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.46% from 379); Green value is 49 (19.53% from 255 or 12.93% from 379); Blue value is 116 (45.70% from 255 or 30.61% from 379); Max value from RGB is 214 - color contains mainly: red. Hex color #D63174 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63174 is #29CE8B. Grayscale: #696969. Windows color (decimal): -2739852 or 7614934. OLE color: 7614934.
HSL color Cylindrical-coordinate representation of color #D63174: hue angle of 335.64º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D63174 is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 49 | 116 | - |
| CMYK | 0 | 0.77 | 0.46 | 0.16 |
| HSL | 335.64º | 0.67% | 0.52% | - |
| HSV(B) | 335.64º | 0.77% | 0.84% | - |
| XYZ | 31.98 | 17.75 | 18.26 | - |
| YUV | 105.97 | 133.66 | 205.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 49 | 116 | 0 | 0.77 | 0.46 | 0.16 | 335.64 | 0.67 | 0.52 |
| Hex | D6 | 31 | 74 | 0 | 4D | 2E | 10 | 150 | 43 | 34 |
| Octal | 326 | 61 | 164 | 0 | 115 | 56 | 20 | 520 | 103 | 64 |
| Binary | 11010110 | 110001 | 1110100 | 0 | 1001101 | 101110 | 10000 | 101010000 | 1000011 | 110100 |
Color Harmonies of #D63174
Complementary color
Monochromatic Colors of #D63174
Black with #D63174
Text Example
Text Example
White with #D63174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63174; }
p { color: rgb(214,49,116); }
H1.HeaderClassName
{
color: #D63174;
}
.AnyTagClassName
{
color: #D63174;
}
</style>
background-color css
<style>
a { background-color: #D63174; }
a { background-color: rgb(214,49,116); }
div.DivClassName
{
background-color: #D63174;
}
.BgClassName
{
background-color: #D63174;
}
</style>
border-color css
<style>
span { border-color: #D63174; }
span { border-color: rgb(214,49,116); }
td.TdClassName
{
border-color: #D63174;
}
.TagClassName
{
border-color: #D63174;
}
</style>