Shades of Deep Cerise #D6308D
Tints of Deep Cerise #D6308D
RGB
CMYK
RGB Variations
Color information
#D6308D (or 0xD6308D) is known color: Deep Cerise. HEX triplet: D6, 30 and 8D. RGB value is (214,48,141). Sum of RGB (Red+Green+Blue) = 214+48+141=403 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.10% from 403); Green value is 48 (19.14% from 255 or 11.91% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 214 - color contains mainly: red. Hex color #D6308D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6308D is #29CF72. Grayscale: #6C6C6C. Windows color (decimal): -2740083 or 9253078. OLE color: 9253078.
HSL color Cylindrical-coordinate representation of color #D6308D: hue angle of 326.39º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D6308D is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 48 | 141 | - |
| CMYK | 0 | 0.78 | 0.34 | 0.16 |
| HSL | 326.39º | 0.67% | 0.51% | - |
| HSV(B) | 326.39º | 0.78% | 0.84% | - |
| XYZ | 33.6 | 18.33 | 26.97 | - |
| YUV | 108.24 | 146.5 | 203.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 48 | 141 | 0 | 0.78 | 0.34 | 0.16 | 326.39 | 0.67 | 0.51 |
| Hex | D6 | 30 | 8D | 0 | 4E | 22 | 10 | 146 | 43 | 33 |
| Octal | 326 | 60 | 215 | 0 | 116 | 42 | 20 | 506 | 103 | 63 |
| Binary | 11010110 | 110000 | 10001101 | 0 | 1001110 | 100010 | 10000 | 101000110 | 1000011 | 110011 |
Color Harmonies of #D6308D
Complementary color
Monochromatic Colors of #D6308D
Black with #D6308D
Text Example
Text Example
White with #D6308D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6308D; }
p { color: rgb(214,48,141); }
H1.HeaderClassName
{
color: #D6308D;
}
.AnyTagClassName
{
color: #D6308D;
}
</style>
background-color css
<style>
a { background-color: #D6308D; }
a { background-color: rgb(214,48,141); }
div.DivClassName
{
background-color: #D6308D;
}
.BgClassName
{
background-color: #D6308D;
}
</style>
border-color css
<style>
span { border-color: #D6308D; }
span { border-color: rgb(214,48,141); }
td.TdClassName
{
border-color: #D6308D;
}
.TagClassName
{
border-color: #D6308D;
}
</style>