Shades of Deep Cerise #D6308C
Tints of Deep Cerise #D6308C
RGB
CMYK
RGB Variations
Color information
#D6308C (or 0xD6308C) is known color: Deep Cerise. HEX triplet: D6, 30 and 8C. RGB value is (214,48,140). Sum of RGB (Red+Green+Blue) = 214+48+140=402 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.23% from 402); Green value is 48 (19.14% from 255 or 11.94% from 402); Blue value is 140 (55.08% from 255 or 34.83% from 402); Max value from RGB is 214 - color contains mainly: red. Hex color #D6308C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6308C is #29CF73. Grayscale: #6B6B6B. Windows color (decimal): -2740084 or 9187542. OLE color: 9187542.
HSL color Cylindrical-coordinate representation of color #D6308C: hue angle of 326.75º 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 #D6308C is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 48 | 140 | - |
| CMYK | 0 | 0.78 | 0.35 | 0.16 |
| HSL | 326.75º | 0.67% | 0.51% | - |
| HSV(B) | 326.75º | 0.78% | 0.84% | - |
| XYZ | 33.52 | 18.3 | 26.58 | - |
| YUV | 108.12 | 146 | 203.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 48 | 140 | 0 | 0.78 | 0.35 | 0.16 | 326.75 | 0.67 | 0.51 |
| Hex | D6 | 30 | 8C | 0 | 4E | 23 | 10 | 147 | 43 | 33 |
| Octal | 326 | 60 | 214 | 0 | 116 | 43 | 20 | 507 | 103 | 63 |
| Binary | 11010110 | 110000 | 10001100 | 0 | 1001110 | 100011 | 10000 | 101000111 | 1000011 | 110011 |
Color Harmonies of #D6308C
Complementary color
Monochromatic Colors of #D6308C
Black with #D6308C
Text Example
Text Example
White with #D6308C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6308C; }
p { color: rgb(214,48,140); }
H1.HeaderClassName
{
color: #D6308C;
}
.AnyTagClassName
{
color: #D6308C;
}
</style>
background-color css
<style>
a { background-color: #D6308C; }
a { background-color: rgb(214,48,140); }
div.DivClassName
{
background-color: #D6308C;
}
.BgClassName
{
background-color: #D6308C;
}
</style>
border-color css
<style>
span { border-color: #D6308C; }
span { border-color: rgb(214,48,140); }
td.TdClassName
{
border-color: #D6308C;
}
.TagClassName
{
border-color: #D6308C;
}
</style>