Shades of Deep Cerise #D6418B
Tints of Deep Cerise #D6418B
RGB
CMYK
RGB Variations
Color information
#D6418B (or 0xD6418B) is known color: Deep Cerise. HEX triplet: D6, 41 and 8B. RGB value is (214,65,139). Sum of RGB (Red+Green+Blue) = 214+65+139=418 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.20% from 418); Green value is 65 (25.78% from 255 or 15.55% from 418); Blue value is 139 (54.69% from 255 or 33.25% from 418); Max value from RGB is 214 - color contains mainly: red. Hex color #D6418B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6418B is #29BE74. Grayscale: #757575. Windows color (decimal): -2735733 or 9126358. OLE color: 9126358.
HSL color Cylindrical-coordinate representation of color #D6418B: hue angle of 330.2º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D6418B is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 65 | 139 | - |
| CMYK | 0 | 0.70 | 0.35 | 0.16 |
| HSL | 330.2º | 0.65% | 0.55% | - |
| HSV(B) | 330.2º | 0.7% | 0.84% | - |
| XYZ | 34.28 | 19.94 | 26.47 | - |
| YUV | 117.99 | 139.86 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 65 | 139 | 0 | 0.70 | 0.35 | 0.16 | 330.2 | 0.65 | 0.55 |
| Hex | D6 | 41 | 8B | 0 | 46 | 23 | 10 | 14A | 41 | 37 |
| Octal | 326 | 101 | 213 | 0 | 106 | 43 | 20 | 512 | 101 | 67 |
| Binary | 11010110 | 1000001 | 10001011 | 0 | 1000110 | 100011 | 10000 | 101001010 | 1000001 | 110111 |
Color Harmonies of #D6418B
Complementary color
Monochromatic Colors of #D6418B
Black with #D6418B
Text Example
Text Example
White with #D6418B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6418B; }
p { color: rgb(214,65,139); }
H1.HeaderClassName
{
color: #D6418B;
}
.AnyTagClassName
{
color: #D6418B;
}
</style>
background-color css
<style>
a { background-color: #D6418B; }
a { background-color: rgb(214,65,139); }
div.DivClassName
{
background-color: #D6418B;
}
.BgClassName
{
background-color: #D6418B;
}
</style>
border-color css
<style>
span { border-color: #D6418B; }
span { border-color: rgb(214,65,139); }
td.TdClassName
{
border-color: #D6418B;
}
.TagClassName
{
border-color: #D6418B;
}
</style>