Shades of Cerise #D62772
Tints of Cerise #D62772
RGB
CMYK
RGB Variations
Color information
#D62772 (or 0xD62772) is known color: Cerise. HEX triplet: D6, 27 and 72. RGB value is (214,39,114). Sum of RGB (Red+Green+Blue) = 214+39+114=367 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.31% from 367); Green value is 39 (15.62% from 255 or 10.63% from 367); Blue value is 114 (44.92% from 255 or 31.06% from 367); Max value from RGB is 214 - color contains mainly: red. Hex color #D62772 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62772 is #29D88D. Grayscale: #636363. Windows color (decimal): -2742414 or 7481302. OLE color: 7481302.
HSL color Cylindrical-coordinate representation of color #D62772: hue angle of 334.29º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D62772 is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 39 | 114 | - |
| CMYK | 0 | 0.82 | 0.47 | 0.16 |
| HSL | 334.29º | 0.69% | 0.5% | - |
| HSV(B) | 334.29º | 0.82% | 0.84% | - |
| XYZ | 31.49 | 16.96 | 17.53 | - |
| YUV | 99.88 | 135.98 | 209.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 39 | 114 | 0 | 0.82 | 0.47 | 0.16 | 334.29 | 0.69 | 0.5 |
| Hex | D6 | 27 | 72 | 0 | 52 | 2F | 10 | 14E | 45 | 32 |
| Octal | 326 | 47 | 162 | 0 | 122 | 57 | 20 | 516 | 105 | 62 |
| Binary | 11010110 | 100111 | 1110010 | 0 | 1010010 | 101111 | 10000 | 101001110 | 1000101 | 110010 |
Color Harmonies of #D62772
Complementary color
Monochromatic Colors of #D62772
Black with #D62772
Text Example
Text Example
White with #D62772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62772; }
p { color: rgb(214,39,114); }
H1.HeaderClassName
{
color: #D62772;
}
.AnyTagClassName
{
color: #D62772;
}
</style>
background-color css
<style>
a { background-color: #D62772; }
a { background-color: rgb(214,39,114); }
div.DivClassName
{
background-color: #D62772;
}
.BgClassName
{
background-color: #D62772;
}
</style>
border-color css
<style>
span { border-color: #D62772; }
span { border-color: rgb(214,39,114); }
td.TdClassName
{
border-color: #D62772;
}
.TagClassName
{
border-color: #D62772;
}
</style>