Shades of Cerise #D63471
Tints of Cerise #D63471
RGB
CMYK
RGB Variations
Color information
#D63471 (or 0xD63471) is known color: Cerise. HEX triplet: D6, 34 and 71. RGB value is (214,52,113). Sum of RGB (Red+Green+Blue) = 214+52+113=379 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.46% from 379); Green value is 52 (20.70% from 255 or 13.72% from 379); Blue value is 113 (44.53% from 255 or 29.82% from 379); Max value from RGB is 214 - color contains mainly: red. Hex color #D63471 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63471 is #29CB8E. Grayscale: #6B6B6B. Windows color (decimal): -2739087 or 7419094. OLE color: 7419094.
HSL color Cylindrical-coordinate representation of color #D63471: hue angle of 337.41º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D63471 is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 52 | 113 | - |
| CMYK | 0 | 0.76 | 0.47 | 0.16 |
| HSL | 337.41º | 0.66% | 0.52% | - |
| HSV(B) | 337.41º | 0.76% | 0.84% | - |
| XYZ | 31.94 | 17.94 | 17.4 | - |
| YUV | 107.39 | 131.17 | 204.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 52 | 113 | 0 | 0.76 | 0.47 | 0.16 | 337.41 | 0.66 | 0.52 |
| Hex | D6 | 34 | 71 | 0 | 4C | 2F | 10 | 151 | 42 | 34 |
| Octal | 326 | 64 | 161 | 0 | 114 | 57 | 20 | 521 | 102 | 64 |
| Binary | 11010110 | 110100 | 1110001 | 0 | 1001100 | 101111 | 10000 | 101010001 | 1000010 | 110100 |
Color Harmonies of #D63471
Complementary color
Monochromatic Colors of #D63471
Black with #D63471
Text Example
Text Example
White with #D63471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63471; }
p { color: rgb(214,52,113); }
H1.HeaderClassName
{
color: #D63471;
}
.AnyTagClassName
{
color: #D63471;
}
</style>
background-color css
<style>
a { background-color: #D63471; }
a { background-color: rgb(214,52,113); }
div.DivClassName
{
background-color: #D63471;
}
.BgClassName
{
background-color: #D63471;
}
</style>
border-color css
<style>
span { border-color: #D63471; }
span { border-color: rgb(214,52,113); }
td.TdClassName
{
border-color: #D63471;
}
.TagClassName
{
border-color: #D63471;
}
</style>