Shades of Deep Cerise #D63D9F
Tints of Deep Cerise #D63D9F
RGB
CMYK
RGB Variations
Color information
#D63D9F (or 0xD63D9F) is known color: Deep Cerise. HEX triplet: D6, 3D and 9F. RGB value is (214,61,159). Sum of RGB (Red+Green+Blue) = 214+61+159=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 61 (24.22% from 255 or 14.06% from 434); Blue value is 159 (62.5% from 255 or 36.64% from 434); Max value from RGB is 214 - color contains mainly: red. Hex color #D63D9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63D9F is #29C260. Grayscale: #757575. Windows color (decimal): -2736737 or 10436054. OLE color: 10436054.
HSL color Cylindrical-coordinate representation of color #D63D9F: hue angle of 321.57º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D63D9F is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 61 | 159 | - |
| CMYK | 0 | 0.71 | 0.26 | 0.16 |
| HSL | 321.57º | 0.65% | 0.54% | - |
| HSV(B) | 321.57º | 0.71% | 0.84% | - |
| XYZ | 35.66 | 20.14 | 34.81 | - |
| YUV | 117.92 | 151.19 | 196.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 61 | 159 | 0 | 0.71 | 0.26 | 0.16 | 321.57 | 0.65 | 0.54 |
| Hex | D6 | 3D | 9F | 0 | 47 | 1A | 10 | 142 | 41 | 36 |
| Octal | 326 | 75 | 237 | 0 | 107 | 32 | 20 | 502 | 101 | 66 |
| Binary | 11010110 | 111101 | 10011111 | 0 | 1000111 | 11010 | 10000 | 101000010 | 1000001 | 110110 |
Color Harmonies of #D63D9F
Complementary color
Monochromatic Colors of #D63D9F
Black with #D63D9F
Text Example
Text Example
White with #D63D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63D9F; }
p { color: rgb(214,61,159); }
H1.HeaderClassName
{
color: #D63D9F;
}
.AnyTagClassName
{
color: #D63D9F;
}
</style>
background-color css
<style>
a { background-color: #D63D9F; }
a { background-color: rgb(214,61,159); }
div.DivClassName
{
background-color: #D63D9F;
}
.BgClassName
{
background-color: #D63D9F;
}
</style>
border-color css
<style>
span { border-color: #D63D9F; }
span { border-color: rgb(214,61,159); }
td.TdClassName
{
border-color: #D63D9F;
}
.TagClassName
{
border-color: #D63D9F;
}
</style>