Shades of Deep Cerise #D63785
Tints of Deep Cerise #D63785
RGB
CMYK
RGB Variations
Color information
#D63785 (or 0xD63785) is known color: Deep Cerise. HEX triplet: D6, 37 and 85. RGB value is (214,55,133). Sum of RGB (Red+Green+Blue) = 214+55+133=402 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.23% from 402); Green value is 55 (21.88% from 255 or 13.68% from 402); Blue value is 133 (52.34% from 255 or 33.08% from 402); Max value from RGB is 214 - color contains mainly: red. Hex color #D63785 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63785 is #29C87A. Grayscale: #6F6F6F. Windows color (decimal): -2738299 or 8730582. OLE color: 8730582.
HSL color Cylindrical-coordinate representation of color #D63785: hue angle of 330.57º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D63785 is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 55 | 133 | - |
| CMYK | 0 | 0.74 | 0.38 | 0.16 |
| HSL | 330.57º | 0.66% | 0.53% | - |
| HSV(B) | 330.57º | 0.74% | 0.84% | - |
| XYZ | 33.33 | 18.72 | 24.05 | - |
| YUV | 111.43 | 140.18 | 201.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 55 | 133 | 0 | 0.74 | 0.38 | 0.16 | 330.57 | 0.66 | 0.53 |
| Hex | D6 | 37 | 85 | 0 | 4A | 26 | 10 | 14B | 42 | 35 |
| Octal | 326 | 67 | 205 | 0 | 112 | 46 | 20 | 513 | 102 | 65 |
| Binary | 11010110 | 110111 | 10000101 | 0 | 1001010 | 100110 | 10000 | 101001011 | 1000010 | 110101 |
Color Harmonies of #D63785
Complementary color
Monochromatic Colors of #D63785
Black with #D63785
Text Example
Text Example
White with #D63785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63785; }
p { color: rgb(214,55,133); }
H1.HeaderClassName
{
color: #D63785;
}
.AnyTagClassName
{
color: #D63785;
}
</style>
background-color css
<style>
a { background-color: #D63785; }
a { background-color: rgb(214,55,133); }
div.DivClassName
{
background-color: #D63785;
}
.BgClassName
{
background-color: #D63785;
}
</style>
border-color css
<style>
span { border-color: #D63785; }
span { border-color: rgb(214,55,133); }
td.TdClassName
{
border-color: #D63785;
}
.TagClassName
{
border-color: #D63785;
}
</style>