Shades of Deep Cerise #D63281
Tints of Deep Cerise #D63281
RGB
CMYK
RGB Variations
Color information
#D63281 (or 0xD63281) is known color: Deep Cerise. HEX triplet: D6, 32 and 81. RGB value is (214,50,129). Sum of RGB (Red+Green+Blue) = 214+50+129=393 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.45% from 393); Green value is 50 (19.92% from 255 or 12.72% from 393); Blue value is 129 (50.78% from 255 or 32.82% from 393); Max value from RGB is 214 - color contains mainly: red. Hex color #D63281 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63281 is #29CD7E. Grayscale: #6B6B6B. Windows color (decimal): -2739583 or 8467158. OLE color: 8467158.
HSL color Cylindrical-coordinate representation of color #D63281: hue angle of 331.1º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D63281 is Cyan = 0, Magento = 0.77, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 50 | 129 | - |
| CMYK | 0 | 0.77 | 0.40 | 0.16 |
| HSL | 331.1º | 0.67% | 0.52% | - |
| HSV(B) | 331.1º | 0.77% | 0.84% | - |
| XYZ | 32.83 | 18.16 | 22.54 | - |
| YUV | 108.04 | 139.83 | 203.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 50 | 129 | 0 | 0.77 | 0.40 | 0.16 | 331.1 | 0.67 | 0.52 |
| Hex | D6 | 32 | 81 | 0 | 4D | 28 | 10 | 14B | 43 | 34 |
| Octal | 326 | 62 | 201 | 0 | 115 | 50 | 20 | 513 | 103 | 64 |
| Binary | 11010110 | 110010 | 10000001 | 0 | 1001101 | 101000 | 10000 | 101001011 | 1000011 | 110100 |
Color Harmonies of #D63281
Complementary color
Monochromatic Colors of #D63281
Black with #D63281
Text Example
Text Example
White with #D63281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63281; }
p { color: rgb(214,50,129); }
H1.HeaderClassName
{
color: #D63281;
}
.AnyTagClassName
{
color: #D63281;
}
</style>
background-color css
<style>
a { background-color: #D63281; }
a { background-color: rgb(214,50,129); }
div.DivClassName
{
background-color: #D63281;
}
.BgClassName
{
background-color: #D63281;
}
</style>
border-color css
<style>
span { border-color: #D63281; }
span { border-color: rgb(214,50,129); }
td.TdClassName
{
border-color: #D63281;
}
.TagClassName
{
border-color: #D63281;
}
</style>