Shades of Cerise #D62F73
Tints of Cerise #D62F73
RGB
CMYK
RGB Variations
Color information
#D62F73 (or 0xD62F73) is known color: Cerise. HEX triplet: D6, 2F and 73. RGB value is (214,47,115). Sum of RGB (Red+Green+Blue) = 214+47+115=376 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.91% from 376); Green value is 47 (18.75% from 255 or 12.5% from 376); Blue value is 115 (45.31% from 255 or 30.59% from 376); Max value from RGB is 214 - color contains mainly: red. Hex color #D62F73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62F73 is #29D08C. Grayscale: #686868. Windows color (decimal): -2740365 or 7548886. OLE color: 7548886.
HSL color Cylindrical-coordinate representation of color #D62F73: hue angle of 335.57º 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 #D62F73 is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 47 | 115 | - |
| CMYK | 0 | 0.78 | 0.46 | 0.16 |
| HSL | 335.57º | 0.67% | 0.51% | - |
| HSV(B) | 335.57º | 0.78% | 0.84% | - |
| XYZ | 31.84 | 17.57 | 17.93 | - |
| YUV | 104.69 | 133.83 | 205.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 47 | 115 | 0 | 0.78 | 0.46 | 0.16 | 335.57 | 0.67 | 0.51 |
| Hex | D6 | 2F | 73 | 0 | 4E | 2E | 10 | 150 | 43 | 33 |
| Octal | 326 | 57 | 163 | 0 | 116 | 56 | 20 | 520 | 103 | 63 |
| Binary | 11010110 | 101111 | 1110011 | 0 | 1001110 | 101110 | 10000 | 101010000 | 1000011 | 110011 |
Color Harmonies of #D62F73
Complementary color
Monochromatic Colors of #D62F73
Black with #D62F73
Text Example
Text Example
White with #D62F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62F73; }
p { color: rgb(214,47,115); }
H1.HeaderClassName
{
color: #D62F73;
}
.AnyTagClassName
{
color: #D62F73;
}
</style>
background-color css
<style>
a { background-color: #D62F73; }
a { background-color: rgb(214,47,115); }
div.DivClassName
{
background-color: #D62F73;
}
.BgClassName
{
background-color: #D62F73;
}
</style>
border-color css
<style>
span { border-color: #D62F73; }
span { border-color: rgb(214,47,115); }
td.TdClassName
{
border-color: #D62F73;
}
.TagClassName
{
border-color: #D62F73;
}
</style>