Shades of Cerise #D62F62
Tints of Cerise #D62F62
RGB
CMYK
RGB Variations
Color information
#D62F62 (or 0xD62F62) is known color: Cerise. HEX triplet: D6, 2F and 62. RGB value is (214,47,98). Sum of RGB (Red+Green+Blue) = 214+47+98=359 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.61% from 359); Green value is 47 (18.75% from 255 or 13.09% from 359); Blue value is 98 (38.67% from 255 or 27.30% from 359); Max value from RGB is 214 - color contains mainly: red. Hex color #D62F62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62F62 is #29D09D. Grayscale: #666666. Windows color (decimal): -2740382 or 6434774. OLE color: 6434774.
HSL color Cylindrical-coordinate representation of color #D62F62: hue angle of 341.68º 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 #D62F62 is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 47 | 98 | - |
| CMYK | 0 | 0.78 | 0.54 | 0.16 |
| HSL | 341.68º | 0.67% | 0.51% | - |
| HSV(B) | 341.68º | 0.78% | 0.84% | - |
| XYZ | 30.95 | 17.21 | 13.25 | - |
| YUV | 102.75 | 125.33 | 207.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 47 | 98 | 0 | 0.78 | 0.54 | 0.16 | 341.68 | 0.67 | 0.51 |
| Hex | D6 | 2F | 62 | 0 | 4E | 36 | 10 | 156 | 43 | 33 |
| Octal | 326 | 57 | 142 | 0 | 116 | 66 | 20 | 526 | 103 | 63 |
| Binary | 11010110 | 101111 | 1100010 | 0 | 1001110 | 110110 | 10000 | 101010110 | 1000011 | 110011 |
Color Harmonies of #D62F62
Complementary color
Monochromatic Colors of #D62F62
Black with #D62F62
Text Example
Text Example
White with #D62F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62F62; }
p { color: rgb(214,47,98); }
H1.HeaderClassName
{
color: #D62F62;
}
.AnyTagClassName
{
color: #D62F62;
}
</style>
background-color css
<style>
a { background-color: #D62F62; }
a { background-color: rgb(214,47,98); }
div.DivClassName
{
background-color: #D62F62;
}
.BgClassName
{
background-color: #D62F62;
}
</style>
border-color css
<style>
span { border-color: #D62F62; }
span { border-color: rgb(214,47,98); }
td.TdClassName
{
border-color: #D62F62;
}
.TagClassName
{
border-color: #D62F62;
}
</style>