Shades of Cerise #D63073
Tints of Cerise #D63073
RGB
CMYK
RGB Variations
Color information
#D63073 (or 0xD63073) is known color: Cerise. HEX triplet: D6, 30 and 73. RGB value is (214,48,115). Sum of RGB (Red+Green+Blue) = 214+48+115=377 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.76% from 377); Green value is 48 (19.14% from 255 or 12.73% from 377); Blue value is 115 (45.31% from 255 or 30.50% from 377); Max value from RGB is 214 - color contains mainly: red. Hex color #D63073 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63073 is #29CF8C. Grayscale: #696969. Windows color (decimal): -2740109 or 7549142. OLE color: 7549142.
HSL color Cylindrical-coordinate representation of color #D63073: hue angle of 335.78º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D63073 is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 48 | 115 | - |
| CMYK | 0 | 0.78 | 0.46 | 0.16 |
| HSL | 335.78º | 0.67% | 0.51% | - |
| HSV(B) | 335.78º | 0.78% | 0.84% | - |
| XYZ | 31.88 | 17.65 | 17.95 | - |
| YUV | 105.27 | 133.5 | 205.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 48 | 115 | 0 | 0.78 | 0.46 | 0.16 | 335.78 | 0.67 | 0.51 |
| Hex | D6 | 30 | 73 | 0 | 4E | 2E | 10 | 150 | 43 | 33 |
| Octal | 326 | 60 | 163 | 0 | 116 | 56 | 20 | 520 | 103 | 63 |
| Binary | 11010110 | 110000 | 1110011 | 0 | 1001110 | 101110 | 10000 | 101010000 | 1000011 | 110011 |
Color Harmonies of #D63073
Complementary color
Monochromatic Colors of #D63073
Black with #D63073
Text Example
Text Example
White with #D63073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63073; }
p { color: rgb(214,48,115); }
H1.HeaderClassName
{
color: #D63073;
}
.AnyTagClassName
{
color: #D63073;
}
</style>
background-color css
<style>
a { background-color: #D63073; }
a { background-color: rgb(214,48,115); }
div.DivClassName
{
background-color: #D63073;
}
.BgClassName
{
background-color: #D63073;
}
</style>
border-color css
<style>
span { border-color: #D63073; }
span { border-color: rgb(214,48,115); }
td.TdClassName
{
border-color: #D63073;
}
.TagClassName
{
border-color: #D63073;
}
</style>