Shades of Deep Cerise #D6398D
Tints of Deep Cerise #D6398D
RGB
CMYK
RGB Variations
Color information
#D6398D (or 0xD6398D) is known color: Deep Cerise. HEX triplet: D6, 39 and 8D. RGB value is (214,57,141). Sum of RGB (Red+Green+Blue) = 214+57+141=412 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.94% from 412); Green value is 57 (22.66% from 255 or 13.83% from 412); Blue value is 141 (55.47% from 255 or 34.22% from 412); Max value from RGB is 214 - color contains mainly: red. Hex color #D6398D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6398D is #29C672. Grayscale: #717171. Windows color (decimal): -2737779 or 9255382. OLE color: 9255382.
HSL color Cylindrical-coordinate representation of color #D6398D: hue angle of 327.9º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D6398D is Cyan = 0, Magento = 0.73, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 57 | 141 | - |
| CMYK | 0 | 0.73 | 0.34 | 0.16 |
| HSL | 327.9º | 0.66% | 0.53% | - |
| HSV(B) | 327.9º | 0.73% | 0.84% | - |
| XYZ | 34 | 19.15 | 27.1 | - |
| YUV | 113.52 | 143.51 | 199.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 57 | 141 | 0 | 0.73 | 0.34 | 0.16 | 327.9 | 0.66 | 0.53 |
| Hex | D6 | 39 | 8D | 0 | 49 | 22 | 10 | 148 | 42 | 35 |
| Octal | 326 | 71 | 215 | 0 | 111 | 42 | 20 | 510 | 102 | 65 |
| Binary | 11010110 | 111001 | 10001101 | 0 | 1001001 | 100010 | 10000 | 101001000 | 1000010 | 110101 |
Color Harmonies of #D6398D
Complementary color
Monochromatic Colors of #D6398D
Black with #D6398D
Text Example
Text Example
White with #D6398D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6398D; }
p { color: rgb(214,57,141); }
H1.HeaderClassName
{
color: #D6398D;
}
.AnyTagClassName
{
color: #D6398D;
}
</style>
background-color css
<style>
a { background-color: #D6398D; }
a { background-color: rgb(214,57,141); }
div.DivClassName
{
background-color: #D6398D;
}
.BgClassName
{
background-color: #D6398D;
}
</style>
border-color css
<style>
span { border-color: #D6398D; }
span { border-color: rgb(214,57,141); }
td.TdClassName
{
border-color: #D6398D;
}
.TagClassName
{
border-color: #D6398D;
}
</style>