Shades of Deep Cerise #D63385
Tints of Deep Cerise #D63385
RGB
CMYK
RGB Variations
Color information
#D63385 (or 0xD63385) is known color: Deep Cerise. HEX triplet: D6, 33 and 85. RGB value is (214,51,133). Sum of RGB (Red+Green+Blue) = 214+51+133=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 51 (20.31% from 255 or 12.81% from 398); Blue value is 133 (52.34% from 255 or 33.42% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D63385 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63385 is #29CC7A. Grayscale: #6C6C6C. Windows color (decimal): -2739323 or 8729558. OLE color: 8729558.
HSL color Cylindrical-coordinate representation of color #D63385: hue angle of 329.82º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D63385 is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 51 | 133 | - |
| CMYK | 0 | 0.76 | 0.38 | 0.16 |
| HSL | 329.82º | 0.67% | 0.52% | - |
| HSV(B) | 329.82º | 0.76% | 0.84% | - |
| XYZ | 33.15 | 18.36 | 23.99 | - |
| YUV | 109.09 | 141.5 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 51 | 133 | 0 | 0.76 | 0.38 | 0.16 | 329.82 | 0.67 | 0.52 |
| Hex | D6 | 33 | 85 | 0 | 4C | 26 | 10 | 14A | 43 | 34 |
| Octal | 326 | 63 | 205 | 0 | 114 | 46 | 20 | 512 | 103 | 64 |
| Binary | 11010110 | 110011 | 10000101 | 0 | 1001100 | 100110 | 10000 | 101001010 | 1000011 | 110100 |
Color Harmonies of #D63385
Complementary color
Monochromatic Colors of #D63385
Black with #D63385
Text Example
Text Example
White with #D63385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63385; }
p { color: rgb(214,51,133); }
H1.HeaderClassName
{
color: #D63385;
}
.AnyTagClassName
{
color: #D63385;
}
</style>
background-color css
<style>
a { background-color: #D63385; }
a { background-color: rgb(214,51,133); }
div.DivClassName
{
background-color: #D63385;
}
.BgClassName
{
background-color: #D63385;
}
</style>
border-color css
<style>
span { border-color: #D63385; }
span { border-color: rgb(214,51,133); }
td.TdClassName
{
border-color: #D63385;
}
.TagClassName
{
border-color: #D63385;
}
</style>