Shades of Deep Cerise #D62385
Tints of Deep Cerise #D62385
RGB
CMYK
RGB Variations
Color information
#D62385 (or 0xD62385) is known color: Deep Cerise. HEX triplet: D6, 23 and 85. RGB value is (214,35,133). Sum of RGB (Red+Green+Blue) = 214+35+133=382 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.02% from 382); Green value is 35 (14.06% from 255 or 9.16% from 382); Blue value is 133 (52.34% from 255 or 34.82% from 382); Max value from RGB is 214 - color contains mainly: red. Hex color #D62385 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62385 is #29DC7A. Grayscale: #636363. Windows color (decimal): -2743419 or 8725462. OLE color: 8725462.
HSL color Cylindrical-coordinate representation of color #D62385: hue angle of 327.15º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D62385 is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 35 | 133 | - |
| CMYK | 0 | 0.84 | 0.38 | 0.16 |
| HSL | 327.15º | 0.72% | 0.49% | - |
| HSV(B) | 327.15º | 0.84% | 0.84% | - |
| XYZ | 32.57 | 17.19 | 23.79 | - |
| YUV | 99.69 | 146.8 | 209.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 35 | 133 | 0 | 0.84 | 0.38 | 0.16 | 327.15 | 0.72 | 0.49 |
| Hex | D6 | 23 | 85 | 0 | 54 | 26 | 10 | 147 | 48 | 31 |
| Octal | 326 | 43 | 205 | 0 | 124 | 46 | 20 | 507 | 110 | 61 |
| Binary | 11010110 | 100011 | 10000101 | 0 | 1010100 | 100110 | 10000 | 101000111 | 1001000 | 110001 |
Color Harmonies of #D62385
Complementary color
Monochromatic Colors of #D62385
Black with #D62385
Text Example
Text Example
White with #D62385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62385; }
p { color: rgb(214,35,133); }
H1.HeaderClassName
{
color: #D62385;
}
.AnyTagClassName
{
color: #D62385;
}
</style>
background-color css
<style>
a { background-color: #D62385; }
a { background-color: rgb(214,35,133); }
div.DivClassName
{
background-color: #D62385;
}
.BgClassName
{
background-color: #D62385;
}
</style>
border-color css
<style>
span { border-color: #D62385; }
span { border-color: rgb(214,35,133); }
td.TdClassName
{
border-color: #D62385;
}
.TagClassName
{
border-color: #D62385;
}
</style>