Shades of Deep Cerise #D6389C
Tints of Deep Cerise #D6389C
RGB
CMYK
RGB Variations
Color information
#D6389C (or 0xD6389C) is known color: Deep Cerise. HEX triplet: D6, 38 and 9C. RGB value is (214,56,156). Sum of RGB (Red+Green+Blue) = 214+56+156=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 56 (22.27% from 255 or 13.15% from 426); Blue value is 156 (61.33% from 255 or 36.62% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D6389C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6389C is #29C763. Grayscale: #727272. Windows color (decimal): -2738020 or 10238166. OLE color: 10238166.
HSL color Cylindrical-coordinate representation of color #D6389C: hue angle of 322.03º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D6389C is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 56 | 156 | - |
| CMYK | 0 | 0.74 | 0.27 | 0.16 |
| HSL | 322.03º | 0.66% | 0.53% | - |
| HSV(B) | 322.03º | 0.74% | 0.84% | - |
| XYZ | 35.15 | 19.52 | 33.37 | - |
| YUV | 114.64 | 151.35 | 198.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 56 | 156 | 0 | 0.74 | 0.27 | 0.16 | 322.03 | 0.66 | 0.53 |
| Hex | D6 | 38 | 9C | 0 | 4A | 1B | 10 | 142 | 42 | 35 |
| Octal | 326 | 70 | 234 | 0 | 112 | 33 | 20 | 502 | 102 | 65 |
| Binary | 11010110 | 111000 | 10011100 | 0 | 1001010 | 11011 | 10000 | 101000010 | 1000010 | 110101 |
Color Harmonies of #D6389C
Complementary color
Monochromatic Colors of #D6389C
Black with #D6389C
Text Example
Text Example
White with #D6389C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6389C; }
p { color: rgb(214,56,156); }
H1.HeaderClassName
{
color: #D6389C;
}
.AnyTagClassName
{
color: #D6389C;
}
</style>
background-color css
<style>
a { background-color: #D6389C; }
a { background-color: rgb(214,56,156); }
div.DivClassName
{
background-color: #D6389C;
}
.BgClassName
{
background-color: #D6389C;
}
</style>
border-color css
<style>
span { border-color: #D6389C; }
span { border-color: rgb(214,56,156); }
td.TdClassName
{
border-color: #D6389C;
}
.TagClassName
{
border-color: #D6389C;
}
</style>