Shades of Deep Cerise #D6308F
Tints of Deep Cerise #D6308F
RGB
CMYK
RGB Variations
Color information
#D6308F (or 0xD6308F) is known color: Deep Cerise. HEX triplet: D6, 30 and 8F. RGB value is (214,48,143). Sum of RGB (Red+Green+Blue) = 214+48+143=405 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.84% from 405); Green value is 48 (19.14% from 255 or 11.85% from 405); Blue value is 143 (56.25% from 255 or 35.31% from 405); Max value from RGB is 214 - color contains mainly: red. Hex color #D6308F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6308F is #29CF70. Grayscale: #6C6C6C. Windows color (decimal): -2740081 or 9384150. OLE color: 9384150.
HSL color Cylindrical-coordinate representation of color #D6308F: hue angle of 325.66º 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 #D6308F is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 48 | 143 | - |
| CMYK | 0 | 0.78 | 0.33 | 0.16 |
| HSL | 325.66º | 0.67% | 0.51% | - |
| HSV(B) | 325.66º | 0.78% | 0.84% | - |
| XYZ | 33.75 | 18.39 | 27.76 | - |
| YUV | 108.46 | 147.5 | 203.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 48 | 143 | 0 | 0.78 | 0.33 | 0.16 | 325.66 | 0.67 | 0.51 |
| Hex | D6 | 30 | 8F | 0 | 4E | 21 | 10 | 146 | 43 | 33 |
| Octal | 326 | 60 | 217 | 0 | 116 | 41 | 20 | 506 | 103 | 63 |
| Binary | 11010110 | 110000 | 10001111 | 0 | 1001110 | 100001 | 10000 | 101000110 | 1000011 | 110011 |
Color Harmonies of #D6308F
Complementary color
Monochromatic Colors of #D6308F
Black with #D6308F
Text Example
Text Example
White with #D6308F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6308F; }
p { color: rgb(214,48,143); }
H1.HeaderClassName
{
color: #D6308F;
}
.AnyTagClassName
{
color: #D6308F;
}
</style>
background-color css
<style>
a { background-color: #D6308F; }
a { background-color: rgb(214,48,143); }
div.DivClassName
{
background-color: #D6308F;
}
.BgClassName
{
background-color: #D6308F;
}
</style>
border-color css
<style>
span { border-color: #D6308F; }
span { border-color: rgb(214,48,143); }
td.TdClassName
{
border-color: #D6308F;
}
.TagClassName
{
border-color: #D6308F;
}
</style>