Shades of Cerise #D63874
Tints of Cerise #D63874
RGB
CMYK
RGB Variations
Color information
#D63874 (or 0xD63874) is known color: Cerise. HEX triplet: D6, 38 and 74. RGB value is (214,56,116). Sum of RGB (Red+Green+Blue) = 214+56+116=386 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.44% from 386); Green value is 56 (22.27% from 255 or 14.51% from 386); Blue value is 116 (45.70% from 255 or 30.05% from 386); Max value from RGB is 214 - color contains mainly: red. Hex color #D63874 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63874 is #29C78B. Grayscale: #6E6E6E. Windows color (decimal): -2738060 or 7616726. OLE color: 7616726.
HSL color Cylindrical-coordinate representation of color #D63874: hue angle of 337.22º 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 #D63874 is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 56 | 116 | - |
| CMYK | 0 | 0.74 | 0.46 | 0.16 |
| HSL | 337.22º | 0.66% | 0.53% | - |
| HSV(B) | 337.22º | 0.74% | 0.84% | - |
| XYZ | 32.3 | 18.39 | 18.37 | - |
| YUV | 110.08 | 131.35 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 56 | 116 | 0 | 0.74 | 0.46 | 0.16 | 337.22 | 0.66 | 0.53 |
| Hex | D6 | 38 | 74 | 0 | 4A | 2E | 10 | 151 | 42 | 35 |
| Octal | 326 | 70 | 164 | 0 | 112 | 56 | 20 | 521 | 102 | 65 |
| Binary | 11010110 | 111000 | 1110100 | 0 | 1001010 | 101110 | 10000 | 101010001 | 1000010 | 110101 |
Color Harmonies of #D63874
Complementary color
Monochromatic Colors of #D63874
Black with #D63874
Text Example
Text Example
White with #D63874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63874; }
p { color: rgb(214,56,116); }
H1.HeaderClassName
{
color: #D63874;
}
.AnyTagClassName
{
color: #D63874;
}
</style>
background-color css
<style>
a { background-color: #D63874; }
a { background-color: rgb(214,56,116); }
div.DivClassName
{
background-color: #D63874;
}
.BgClassName
{
background-color: #D63874;
}
</style>
border-color css
<style>
span { border-color: #D63874; }
span { border-color: rgb(214,56,116); }
td.TdClassName
{
border-color: #D63874;
}
.TagClassName
{
border-color: #D63874;
}
</style>