Shades of Deep Cerise #D63280
Tints of Deep Cerise #D63280
RGB
CMYK
RGB Variations
Color information
#D63280 (or 0xD63280) is known color: Deep Cerise. HEX triplet: D6, 32 and 80. RGB value is (214,50,128). Sum of RGB (Red+Green+Blue) = 214+50+128=392 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.59% from 392); Green value is 50 (19.92% from 255 or 12.76% from 392); Blue value is 128 (50.39% from 255 or 32.65% from 392); Max value from RGB is 214 - color contains mainly: red. Hex color #D63280 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63280 is #29CD7F. Grayscale: #6B6B6B. Windows color (decimal): -2739584 or 8401622. OLE color: 8401622.
HSL color Cylindrical-coordinate representation of color #D63280: hue angle of 331.46º 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 #D63280 is Cyan = 0, Magento = 0.77, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 50 | 128 | - |
| CMYK | 0 | 0.77 | 0.40 | 0.16 |
| HSL | 331.46º | 0.67% | 0.52% | - |
| HSV(B) | 331.46º | 0.77% | 0.84% | - |
| XYZ | 32.77 | 18.14 | 22.2 | - |
| YUV | 107.93 | 139.33 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 50 | 128 | 0 | 0.77 | 0.40 | 0.16 | 331.46 | 0.67 | 0.52 |
| Hex | D6 | 32 | 80 | 0 | 4D | 28 | 10 | 14B | 43 | 34 |
| Octal | 326 | 62 | 200 | 0 | 115 | 50 | 20 | 513 | 103 | 64 |
| Binary | 11010110 | 110010 | 10000000 | 0 | 1001101 | 101000 | 10000 | 101001011 | 1000011 | 110100 |
Color Harmonies of #D63280
Complementary color
Monochromatic Colors of #D63280
Black with #D63280
Text Example
Text Example
White with #D63280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63280; }
p { color: rgb(214,50,128); }
H1.HeaderClassName
{
color: #D63280;
}
.AnyTagClassName
{
color: #D63280;
}
</style>
background-color css
<style>
a { background-color: #D63280; }
a { background-color: rgb(214,50,128); }
div.DivClassName
{
background-color: #D63280;
}
.BgClassName
{
background-color: #D63280;
}
</style>
border-color css
<style>
span { border-color: #D63280; }
span { border-color: rgb(214,50,128); }
td.TdClassName
{
border-color: #D63280;
}
.TagClassName
{
border-color: #D63280;
}
</style>