Shades of Deep Cerise #D62695
Tints of Deep Cerise #D62695
RGB
CMYK
RGB Variations
Color information
#D62695 (or 0xD62695) is known color: Deep Cerise. HEX triplet: D6, 26 and 95. RGB value is (214,38,149). Sum of RGB (Red+Green+Blue) = 214+38+149=401 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.37% from 401); Green value is 38 (15.23% from 255 or 9.48% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 214 - color contains mainly: red. Hex color #D62695 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62695 is #29D96A. Grayscale: #676767. Windows color (decimal): -2742635 or 9774806. OLE color: 9774806.
HSL color Cylindrical-coordinate representation of color #D62695: hue angle of 322.16º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D62695 is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 38 | 149 | - |
| CMYK | 0 | 0.82 | 0.30 | 0.16 |
| HSL | 322.16º | 0.7% | 0.49% | - |
| HSV(B) | 322.16º | 0.82% | 0.84% | - |
| XYZ | 33.85 | 17.85 | 30.1 | - |
| YUV | 103.28 | 153.81 | 206.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 38 | 149 | 0 | 0.82 | 0.30 | 0.16 | 322.16 | 0.7 | 0.49 |
| Hex | D6 | 26 | 95 | 0 | 52 | 1E | 10 | 142 | 46 | 31 |
| Octal | 326 | 46 | 225 | 0 | 122 | 36 | 20 | 502 | 106 | 61 |
| Binary | 11010110 | 100110 | 10010101 | 0 | 1010010 | 11110 | 10000 | 101000010 | 1000110 | 110001 |
Color Harmonies of #D62695
Complementary color
Monochromatic Colors of #D62695
Black with #D62695
Text Example
Text Example
White with #D62695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62695; }
p { color: rgb(214,38,149); }
H1.HeaderClassName
{
color: #D62695;
}
.AnyTagClassName
{
color: #D62695;
}
</style>
background-color css
<style>
a { background-color: #D62695; }
a { background-color: rgb(214,38,149); }
div.DivClassName
{
background-color: #D62695;
}
.BgClassName
{
background-color: #D62695;
}
</style>
border-color css
<style>
span { border-color: #D62695; }
span { border-color: rgb(214,38,149); }
td.TdClassName
{
border-color: #D62695;
}
.TagClassName
{
border-color: #D62695;
}
</style>