Shades of Cerise #D63472
Tints of Cerise #D63472
RGB
CMYK
RGB Variations
Color information
#D63472 (or 0xD63472) is known color: Cerise. HEX triplet: D6, 34 and 72. RGB value is (214,52,114). Sum of RGB (Red+Green+Blue) = 214+52+114=380 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.32% from 380); Green value is 52 (20.70% from 255 or 13.68% from 380); Blue value is 114 (44.92% from 255 or 30% from 380); Max value from RGB is 214 - color contains mainly: red. Hex color #D63472 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63472 is #29CB8D. Grayscale: #6B6B6B. Windows color (decimal): -2739086 or 7484630. OLE color: 7484630.
HSL color Cylindrical-coordinate representation of color #D63472: hue angle of 337.04º 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 #D63472 is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 52 | 114 | - |
| CMYK | 0 | 0.76 | 0.47 | 0.16 |
| HSL | 337.04º | 0.66% | 0.52% | - |
| HSV(B) | 337.04º | 0.76% | 0.84% | - |
| XYZ | 32 | 17.97 | 17.7 | - |
| YUV | 107.51 | 131.67 | 203.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 52 | 114 | 0 | 0.76 | 0.47 | 0.16 | 337.04 | 0.66 | 0.52 |
| Hex | D6 | 34 | 72 | 0 | 4C | 2F | 10 | 151 | 42 | 34 |
| Octal | 326 | 64 | 162 | 0 | 114 | 57 | 20 | 521 | 102 | 64 |
| Binary | 11010110 | 110100 | 1110010 | 0 | 1001100 | 101111 | 10000 | 101010001 | 1000010 | 110100 |
Color Harmonies of #D63472
Complementary color
Monochromatic Colors of #D63472
Black with #D63472
Text Example
Text Example
White with #D63472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63472; }
p { color: rgb(214,52,114); }
H1.HeaderClassName
{
color: #D63472;
}
.AnyTagClassName
{
color: #D63472;
}
</style>
background-color css
<style>
a { background-color: #D63472; }
a { background-color: rgb(214,52,114); }
div.DivClassName
{
background-color: #D63472;
}
.BgClassName
{
background-color: #D63472;
}
</style>
border-color css
<style>
span { border-color: #D63472; }
span { border-color: rgb(214,52,114); }
td.TdClassName
{
border-color: #D63472;
}
.TagClassName
{
border-color: #D63472;
}
</style>