Shades of Cerise #D62F63
Tints of Cerise #D62F63
RGB
CMYK
RGB Variations
Color information
#D62F63 (or 0xD62F63) is known color: Cerise. HEX triplet: D6, 2F and 63. RGB value is (214,47,99). Sum of RGB (Red+Green+Blue) = 214+47+99=360 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.44% from 360); Green value is 47 (18.75% from 255 or 13.06% from 360); Blue value is 99 (39.06% from 255 or 27.5% from 360); Max value from RGB is 214 - color contains mainly: red. Hex color #D62F63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62F63 is #29D09C. Grayscale: #666666. Windows color (decimal): -2740381 or 6500310. OLE color: 6500310.
HSL color Cylindrical-coordinate representation of color #D62F63: hue angle of 341.32º 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 #D62F63 is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 47 | 99 | - |
| CMYK | 0 | 0.78 | 0.54 | 0.16 |
| HSL | 341.32º | 0.67% | 0.51% | - |
| HSV(B) | 341.32º | 0.78% | 0.84% | - |
| XYZ | 31 | 17.23 | 13.5 | - |
| YUV | 102.86 | 125.83 | 207.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 47 | 99 | 0 | 0.78 | 0.54 | 0.16 | 341.32 | 0.67 | 0.51 |
| Hex | D6 | 2F | 63 | 0 | 4E | 36 | 10 | 155 | 43 | 33 |
| Octal | 326 | 57 | 143 | 0 | 116 | 66 | 20 | 525 | 103 | 63 |
| Binary | 11010110 | 101111 | 1100011 | 0 | 1001110 | 110110 | 10000 | 101010101 | 1000011 | 110011 |
Color Harmonies of #D62F63
Complementary color
Monochromatic Colors of #D62F63
Black with #D62F63
Text Example
Text Example
White with #D62F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62F63; }
p { color: rgb(214,47,99); }
H1.HeaderClassName
{
color: #D62F63;
}
.AnyTagClassName
{
color: #D62F63;
}
</style>
background-color css
<style>
a { background-color: #D62F63; }
a { background-color: rgb(214,47,99); }
div.DivClassName
{
background-color: #D62F63;
}
.BgClassName
{
background-color: #D62F63;
}
</style>
border-color css
<style>
span { border-color: #D62F63; }
span { border-color: rgb(214,47,99); }
td.TdClassName
{
border-color: #D62F63;
}
.TagClassName
{
border-color: #D62F63;
}
</style>