Shades of Cerise #D62968
Tints of Cerise #D62968
RGB
CMYK
RGB Variations
Color information
#D62968 (or 0xD62968) is known color: Cerise. HEX triplet: D6, 29 and 68. RGB value is (214,41,104). Sum of RGB (Red+Green+Blue) = 214+41+104=359 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.61% from 359); Green value is 41 (16.41% from 255 or 11.42% from 359); Blue value is 104 (41.02% from 255 or 28.97% from 359); Max value from RGB is 214 - color contains mainly: red. Hex color #D62968 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62968 is #29D697. Grayscale: #636363. Windows color (decimal): -2741912 or 6826454. OLE color: 6826454.
HSL color Cylindrical-coordinate representation of color #D62968: hue angle of 338.15º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D62968 is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 41 | 104 | - |
| CMYK | 0 | 0.81 | 0.51 | 0.16 |
| HSL | 338.15º | 0.68% | 0.5% | - |
| HSV(B) | 338.15º | 0.81% | 0.84% | - |
| XYZ | 31.02 | 16.88 | 14.72 | - |
| YUV | 99.91 | 130.31 | 209.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 41 | 104 | 0 | 0.81 | 0.51 | 0.16 | 338.15 | 0.68 | 0.5 |
| Hex | D6 | 29 | 68 | 0 | 51 | 33 | 10 | 152 | 44 | 32 |
| Octal | 326 | 51 | 150 | 0 | 121 | 63 | 20 | 522 | 104 | 62 |
| Binary | 11010110 | 101001 | 1101000 | 0 | 1010001 | 110011 | 10000 | 101010010 | 1000100 | 110010 |
Color Harmonies of #D62968
Complementary color
Monochromatic Colors of #D62968
Black with #D62968
Text Example
Text Example
White with #D62968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62968; }
p { color: rgb(214,41,104); }
H1.HeaderClassName
{
color: #D62968;
}
.AnyTagClassName
{
color: #D62968;
}
</style>
background-color css
<style>
a { background-color: #D62968; }
a { background-color: rgb(214,41,104); }
div.DivClassName
{
background-color: #D62968;
}
.BgClassName
{
background-color: #D62968;
}
</style>
border-color css
<style>
span { border-color: #D62968; }
span { border-color: rgb(214,41,104); }
td.TdClassName
{
border-color: #D62968;
}
.TagClassName
{
border-color: #D62968;
}
</style>