Shades of Cerise #D63274
Tints of Cerise #D63274
RGB
CMYK
RGB Variations
Color information
#D63274 (or 0xD63274) is known color: Cerise. HEX triplet: D6, 32 and 74. RGB value is (214,50,116). Sum of RGB (Red+Green+Blue) = 214+50+116=380 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.32% from 380); Green value is 50 (19.92% from 255 or 13.16% from 380); Blue value is 116 (45.70% from 255 or 30.53% from 380); Max value from RGB is 214 - color contains mainly: red. Hex color #D63274 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63274 is #29CD8B. Grayscale: #6A6A6A. Windows color (decimal): -2739596 or 7615190. OLE color: 7615190.
HSL color Cylindrical-coordinate representation of color #D63274: hue angle of 335.85º 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 #D63274 is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 50 | 116 | - |
| CMYK | 0 | 0.77 | 0.46 | 0.16 |
| HSL | 335.85º | 0.67% | 0.52% | - |
| HSV(B) | 335.85º | 0.77% | 0.84% | - |
| XYZ | 32.02 | 17.84 | 18.28 | - |
| YUV | 106.56 | 133.33 | 204.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 50 | 116 | 0 | 0.77 | 0.46 | 0.16 | 335.85 | 0.67 | 0.52 |
| Hex | D6 | 32 | 74 | 0 | 4D | 2E | 10 | 150 | 43 | 34 |
| Octal | 326 | 62 | 164 | 0 | 115 | 56 | 20 | 520 | 103 | 64 |
| Binary | 11010110 | 110010 | 1110100 | 0 | 1001101 | 101110 | 10000 | 101010000 | 1000011 | 110100 |
Color Harmonies of #D63274
Complementary color
Monochromatic Colors of #D63274
Black with #D63274
Text Example
Text Example
White with #D63274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63274; }
p { color: rgb(214,50,116); }
H1.HeaderClassName
{
color: #D63274;
}
.AnyTagClassName
{
color: #D63274;
}
</style>
background-color css
<style>
a { background-color: #D63274; }
a { background-color: rgb(214,50,116); }
div.DivClassName
{
background-color: #D63274;
}
.BgClassName
{
background-color: #D63274;
}
</style>
border-color css
<style>
span { border-color: #D63274; }
span { border-color: rgb(214,50,116); }
td.TdClassName
{
border-color: #D63274;
}
.TagClassName
{
border-color: #D63274;
}
</style>