Shades of Deep Cerise #D6359B
Tints of Deep Cerise #D6359B
RGB
CMYK
RGB Variations
Color information
#D6359B (or 0xD6359B) is known color: Deep Cerise. HEX triplet: D6, 35 and 9B. RGB value is (214,53,155). Sum of RGB (Red+Green+Blue) = 214+53+155=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 53 (21.09% from 255 or 12.56% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D6359B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6359B is #29CA64. Grayscale: #707070. Windows color (decimal): -2738789 or 10171862. OLE color: 10171862.
HSL color Cylindrical-coordinate representation of color #D6359B: hue angle of 321.99º 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 #D6359B is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 53 | 155 | - |
| CMYK | 0 | 0.75 | 0.28 | 0.16 |
| HSL | 321.99º | 0.66% | 0.52% | - |
| HSV(B) | 321.99º | 0.75% | 0.84% | - |
| XYZ | 34.92 | 19.21 | 32.88 | - |
| YUV | 112.77 | 151.84 | 200.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 53 | 155 | 0 | 0.75 | 0.28 | 0.16 | 321.99 | 0.66 | 0.52 |
| Hex | D6 | 35 | 9B | 0 | 4B | 1C | 10 | 142 | 42 | 34 |
| Octal | 326 | 65 | 233 | 0 | 113 | 34 | 20 | 502 | 102 | 64 |
| Binary | 11010110 | 110101 | 10011011 | 0 | 1001011 | 11100 | 10000 | 101000010 | 1000010 | 110100 |
Color Harmonies of #D6359B
Complementary color
Monochromatic Colors of #D6359B
Black with #D6359B
Text Example
Text Example
White with #D6359B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6359B; }
p { color: rgb(214,53,155); }
H1.HeaderClassName
{
color: #D6359B;
}
.AnyTagClassName
{
color: #D6359B;
}
</style>
background-color css
<style>
a { background-color: #D6359B; }
a { background-color: rgb(214,53,155); }
div.DivClassName
{
background-color: #D6359B;
}
.BgClassName
{
background-color: #D6359B;
}
</style>
border-color css
<style>
span { border-color: #D6359B; }
span { border-color: rgb(214,53,155); }
td.TdClassName
{
border-color: #D6359B;
}
.TagClassName
{
border-color: #D6359B;
}
</style>