Shades of Deep Cerise #D62875
Tints of Deep Cerise #D62875
RGB
CMYK
RGB Variations
Color information
#D62875 (or 0xD62875) is known color: Deep Cerise. HEX triplet: D6, 28 and 75. RGB value is (214,40,117). Sum of RGB (Red+Green+Blue) = 214+40+117=371 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.68% from 371); Green value is 40 (16.02% from 255 or 10.78% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 214 - color contains mainly: red. Hex color #D62875 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62875 is #29D78A. Grayscale: #646464. Windows color (decimal): -2742155 or 7678166. OLE color: 7678166.
HSL color Cylindrical-coordinate representation of color #D62875: hue angle of 333.45º degrees, saturation: 0.69, 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 #D62875 is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 40 | 117 | - |
| CMYK | 0 | 0.81 | 0.45 | 0.16 |
| HSL | 333.45º | 0.69% | 0.5% | - |
| HSV(B) | 333.45º | 0.81% | 0.84% | - |
| XYZ | 31.7 | 17.1 | 18.46 | - |
| YUV | 100.8 | 137.15 | 208.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 40 | 117 | 0 | 0.81 | 0.45 | 0.16 | 333.45 | 0.69 | 0.5 |
| Hex | D6 | 28 | 75 | 0 | 51 | 2D | 10 | 14D | 45 | 32 |
| Octal | 326 | 50 | 165 | 0 | 121 | 55 | 20 | 515 | 105 | 62 |
| Binary | 11010110 | 101000 | 1110101 | 0 | 1010001 | 101101 | 10000 | 101001101 | 1000101 | 110010 |
Color Harmonies of #D62875
Complementary color
Monochromatic Colors of #D62875
Black with #D62875
Text Example
Text Example
White with #D62875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62875; }
p { color: rgb(214,40,117); }
H1.HeaderClassName
{
color: #D62875;
}
.AnyTagClassName
{
color: #D62875;
}
</style>
background-color css
<style>
a { background-color: #D62875; }
a { background-color: rgb(214,40,117); }
div.DivClassName
{
background-color: #D62875;
}
.BgClassName
{
background-color: #D62875;
}
</style>
border-color css
<style>
span { border-color: #D62875; }
span { border-color: rgb(214,40,117); }
td.TdClassName
{
border-color: #D62875;
}
.TagClassName
{
border-color: #D62875;
}
</style>