Shades of Deep Cerise #D6307B
Tints of Deep Cerise #D6307B
RGB
CMYK
RGB Variations
Color information
#D6307B (or 0xD6307B) is known color: Deep Cerise. HEX triplet: D6, 30 and 7B. RGB value is (214,48,123). Sum of RGB (Red+Green+Blue) = 214+48+123=385 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.58% from 385); Green value is 48 (19.14% from 255 or 12.47% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 214 - color contains mainly: red. Hex color #D6307B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6307B is #29CF84. Grayscale: #6A6A6A. Windows color (decimal): -2740101 or 8073430. OLE color: 8073430.
HSL color Cylindrical-coordinate representation of color #D6307B: hue angle of 332.89º 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 #D6307B is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 48 | 123 | - |
| CMYK | 0 | 0.78 | 0.43 | 0.16 |
| HSL | 332.89º | 0.67% | 0.51% | - |
| HSV(B) | 332.89º | 0.78% | 0.84% | - |
| XYZ | 32.36 | 17.84 | 20.48 | - |
| YUV | 106.18 | 137.5 | 204.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 48 | 123 | 0 | 0.78 | 0.43 | 0.16 | 332.89 | 0.67 | 0.51 |
| Hex | D6 | 30 | 7B | 0 | 4E | 2B | 10 | 14D | 43 | 33 |
| Octal | 326 | 60 | 173 | 0 | 116 | 53 | 20 | 515 | 103 | 63 |
| Binary | 11010110 | 110000 | 1111011 | 0 | 1001110 | 101011 | 10000 | 101001101 | 1000011 | 110011 |
Color Harmonies of #D6307B
Complementary color
Monochromatic Colors of #D6307B
Black with #D6307B
Text Example
Text Example
White with #D6307B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6307B; }
p { color: rgb(214,48,123); }
H1.HeaderClassName
{
color: #D6307B;
}
.AnyTagClassName
{
color: #D6307B;
}
</style>
background-color css
<style>
a { background-color: #D6307B; }
a { background-color: rgb(214,48,123); }
div.DivClassName
{
background-color: #D6307B;
}
.BgClassName
{
background-color: #D6307B;
}
</style>
border-color css
<style>
span { border-color: #D6307B; }
span { border-color: rgb(214,48,123); }
td.TdClassName
{
border-color: #D6307B;
}
.TagClassName
{
border-color: #D6307B;
}
</style>