Shades of Deep Cerise #D63685
Tints of Deep Cerise #D63685
RGB
CMYK
RGB Variations
Color information
#D63685 (or 0xD63685) is known color: Deep Cerise. HEX triplet: D6, 36 and 85. RGB value is (214,54,133). Sum of RGB (Red+Green+Blue) = 214+54+133=401 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.37% from 401); Green value is 54 (21.48% from 255 or 13.47% from 401); Blue value is 133 (52.34% from 255 or 33.17% from 401); Max value from RGB is 214 - color contains mainly: red. Hex color #D63685 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63685 is #29C97A. Grayscale: #6E6E6E. Windows color (decimal): -2738555 or 8730326. OLE color: 8730326.
HSL color Cylindrical-coordinate representation of color #D63685: hue angle of 330.38º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D63685 is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 54 | 133 | - |
| CMYK | 0 | 0.75 | 0.38 | 0.16 |
| HSL | 330.38º | 0.66% | 0.53% | - |
| HSV(B) | 330.38º | 0.75% | 0.84% | - |
| XYZ | 33.28 | 18.63 | 24.03 | - |
| YUV | 110.85 | 140.51 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 54 | 133 | 0 | 0.75 | 0.38 | 0.16 | 330.38 | 0.66 | 0.53 |
| Hex | D6 | 36 | 85 | 0 | 4B | 26 | 10 | 14A | 42 | 35 |
| Octal | 326 | 66 | 205 | 0 | 113 | 46 | 20 | 512 | 102 | 65 |
| Binary | 11010110 | 110110 | 10000101 | 0 | 1001011 | 100110 | 10000 | 101001010 | 1000010 | 110101 |
Color Harmonies of #D63685
Complementary color
Monochromatic Colors of #D63685
Black with #D63685
Text Example
Text Example
White with #D63685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63685; }
p { color: rgb(214,54,133); }
H1.HeaderClassName
{
color: #D63685;
}
.AnyTagClassName
{
color: #D63685;
}
</style>
background-color css
<style>
a { background-color: #D63685; }
a { background-color: rgb(214,54,133); }
div.DivClassName
{
background-color: #D63685;
}
.BgClassName
{
background-color: #D63685;
}
</style>
border-color css
<style>
span { border-color: #D63685; }
span { border-color: rgb(214,54,133); }
td.TdClassName
{
border-color: #D63685;
}
.TagClassName
{
border-color: #D63685;
}
</style>