Shades of Cerise #D63872
Tints of Cerise #D63872
RGB
CMYK
RGB Variations
Color information
#D63872 (or 0xD63872) is known color: Cerise. HEX triplet: D6, 38 and 72. RGB value is (214,56,114). Sum of RGB (Red+Green+Blue) = 214+56+114=384 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.73% from 384); Green value is 56 (22.27% from 255 or 14.58% from 384); Blue value is 114 (44.92% from 255 or 29.69% from 384); Max value from RGB is 214 - color contains mainly: red. Hex color #D63872 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63872 is #29C78D. Grayscale: #6D6D6D. Windows color (decimal): -2738062 or 7485654. OLE color: 7485654.
HSL color Cylindrical-coordinate representation of color #D63872: hue angle of 337.97º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D63872 is Cyan = 0, Magento = 0.74, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 56 | 114 | - |
| CMYK | 0 | 0.74 | 0.47 | 0.16 |
| HSL | 337.97º | 0.66% | 0.53% | - |
| HSV(B) | 337.97º | 0.74% | 0.84% | - |
| XYZ | 32.18 | 18.34 | 17.76 | - |
| YUV | 109.85 | 130.35 | 202.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 56 | 114 | 0 | 0.74 | 0.47 | 0.16 | 337.97 | 0.66 | 0.53 |
| Hex | D6 | 38 | 72 | 0 | 4A | 2F | 10 | 152 | 42 | 35 |
| Octal | 326 | 70 | 162 | 0 | 112 | 57 | 20 | 522 | 102 | 65 |
| Binary | 11010110 | 111000 | 1110010 | 0 | 1001010 | 101111 | 10000 | 101010010 | 1000010 | 110101 |
Color Harmonies of #D63872
Complementary color
Monochromatic Colors of #D63872
Black with #D63872
Text Example
Text Example
White with #D63872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63872; }
p { color: rgb(214,56,114); }
H1.HeaderClassName
{
color: #D63872;
}
.AnyTagClassName
{
color: #D63872;
}
</style>
background-color css
<style>
a { background-color: #D63872; }
a { background-color: rgb(214,56,114); }
div.DivClassName
{
background-color: #D63872;
}
.BgClassName
{
background-color: #D63872;
}
</style>
border-color css
<style>
span { border-color: #D63872; }
span { border-color: rgb(214,56,114); }
td.TdClassName
{
border-color: #D63872;
}
.TagClassName
{
border-color: #D63872;
}
</style>