Shades of Deep Cerise #D6357B
Tints of Deep Cerise #D6357B
RGB
CMYK
RGB Variations
Color information
#D6357B (or 0xD6357B) is known color: Deep Cerise. HEX triplet: D6, 35 and 7B. RGB value is (214,53,123). Sum of RGB (Red+Green+Blue) = 214+53+123=390 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.87% from 390); Green value is 53 (21.09% from 255 or 13.59% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 214 - color contains mainly: red. Hex color #D6357B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6357B is #29CA84. Grayscale: #6D6D6D. Windows color (decimal): -2738821 or 8074710. OLE color: 8074710.
HSL color Cylindrical-coordinate representation of color #D6357B: hue angle of 333.91º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D6357B is Cyan = 0, Magento = 0.75, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 53 | 123 | - |
| CMYK | 0 | 0.75 | 0.43 | 0.16 |
| HSL | 333.91º | 0.66% | 0.52% | - |
| HSV(B) | 333.91º | 0.75% | 0.84% | - |
| XYZ | 32.58 | 18.27 | 20.55 | - |
| YUV | 109.12 | 135.84 | 202.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 53 | 123 | 0 | 0.75 | 0.43 | 0.16 | 333.91 | 0.66 | 0.52 |
| Hex | D6 | 35 | 7B | 0 | 4B | 2B | 10 | 14E | 42 | 34 |
| Octal | 326 | 65 | 173 | 0 | 113 | 53 | 20 | 516 | 102 | 64 |
| Binary | 11010110 | 110101 | 1111011 | 0 | 1001011 | 101011 | 10000 | 101001110 | 1000010 | 110100 |
Color Harmonies of #D6357B
Complementary color
Monochromatic Colors of #D6357B
Black with #D6357B
Text Example
Text Example
White with #D6357B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6357B; }
p { color: rgb(214,53,123); }
H1.HeaderClassName
{
color: #D6357B;
}
.AnyTagClassName
{
color: #D6357B;
}
</style>
background-color css
<style>
a { background-color: #D6357B; }
a { background-color: rgb(214,53,123); }
div.DivClassName
{
background-color: #D6357B;
}
.BgClassName
{
background-color: #D6357B;
}
</style>
border-color css
<style>
span { border-color: #D6357B; }
span { border-color: rgb(214,53,123); }
td.TdClassName
{
border-color: #D6357B;
}
.TagClassName
{
border-color: #D6357B;
}
</style>