Shades of Deep Cerise #D6288A
Tints of Deep Cerise #D6288A
RGB
CMYK
RGB Variations
Color information
#D6288A (or 0xD6288A) is known color: Deep Cerise. HEX triplet: D6, 28 and 8A. RGB value is (214,40,138). Sum of RGB (Red+Green+Blue) = 214+40+138=392 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.59% from 392); Green value is 40 (16.02% from 255 or 10.20% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 214 - color contains mainly: red. Hex color #D6288A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6288A is #29D775. Grayscale: #666666. Windows color (decimal): -2742134 or 9054422. OLE color: 9054422.
HSL color Cylindrical-coordinate representation of color #D6288A: hue angle of 326.21º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D6288A is Cyan = 0, Magento = 0.81, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 40 | 138 | - |
| CMYK | 0 | 0.81 | 0.36 | 0.16 |
| HSL | 326.21º | 0.69% | 0.5% | - |
| HSV(B) | 326.21º | 0.81% | 0.84% | - |
| XYZ | 33.08 | 17.65 | 25.71 | - |
| YUV | 103.2 | 147.65 | 207.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 40 | 138 | 0 | 0.81 | 0.36 | 0.16 | 326.21 | 0.69 | 0.5 |
| Hex | D6 | 28 | 8A | 0 | 51 | 24 | 10 | 146 | 45 | 32 |
| Octal | 326 | 50 | 212 | 0 | 121 | 44 | 20 | 506 | 105 | 62 |
| Binary | 11010110 | 101000 | 10001010 | 0 | 1010001 | 100100 | 10000 | 101000110 | 1000101 | 110010 |
Color Harmonies of #D6288A
Complementary color
Monochromatic Colors of #D6288A
Black with #D6288A
Text Example
Text Example
White with #D6288A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6288A; }
p { color: rgb(214,40,138); }
H1.HeaderClassName
{
color: #D6288A;
}
.AnyTagClassName
{
color: #D6288A;
}
</style>
background-color css
<style>
a { background-color: #D6288A; }
a { background-color: rgb(214,40,138); }
div.DivClassName
{
background-color: #D6288A;
}
.BgClassName
{
background-color: #D6288A;
}
</style>
border-color css
<style>
span { border-color: #D6288A; }
span { border-color: rgb(214,40,138); }
td.TdClassName
{
border-color: #D6288A;
}
.TagClassName
{
border-color: #D6288A;
}
</style>