Shades of Deep Cerise #D6358A
Tints of Deep Cerise #D6358A
RGB
CMYK
RGB Variations
Color information
#D6358A (or 0xD6358A) is known color: Deep Cerise. HEX triplet: D6, 35 and 8A. RGB value is (214,53,138). Sum of RGB (Red+Green+Blue) = 214+53+138=405 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.84% from 405); Green value is 53 (21.09% from 255 or 13.09% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 214 - color contains mainly: red. Hex color #D6358A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6358A is #29CA75. Grayscale: #6E6E6E. Windows color (decimal): -2738806 or 9057750. OLE color: 9057750.
HSL color Cylindrical-coordinate representation of color #D6358A: hue angle of 328.32º 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 #D6358A is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 53 | 138 | - |
| CMYK | 0 | 0.75 | 0.36 | 0.16 |
| HSL | 328.32º | 0.66% | 0.52% | - |
| HSV(B) | 328.32º | 0.75% | 0.84% | - |
| XYZ | 33.59 | 18.68 | 25.88 | - |
| YUV | 110.83 | 143.34 | 201.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 53 | 138 | 0 | 0.75 | 0.36 | 0.16 | 328.32 | 0.66 | 0.52 |
| Hex | D6 | 35 | 8A | 0 | 4B | 24 | 10 | 148 | 42 | 34 |
| Octal | 326 | 65 | 212 | 0 | 113 | 44 | 20 | 510 | 102 | 64 |
| Binary | 11010110 | 110101 | 10001010 | 0 | 1001011 | 100100 | 10000 | 101001000 | 1000010 | 110100 |
Color Harmonies of #D6358A
Complementary color
Monochromatic Colors of #D6358A
Black with #D6358A
Text Example
Text Example
White with #D6358A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6358A; }
p { color: rgb(214,53,138); }
H1.HeaderClassName
{
color: #D6358A;
}
.AnyTagClassName
{
color: #D6358A;
}
</style>
background-color css
<style>
a { background-color: #D6358A; }
a { background-color: rgb(214,53,138); }
div.DivClassName
{
background-color: #D6358A;
}
.BgClassName
{
background-color: #D6358A;
}
</style>
border-color css
<style>
span { border-color: #D6358A; }
span { border-color: rgb(214,53,138); }
td.TdClassName
{
border-color: #D6358A;
}
.TagClassName
{
border-color: #D6358A;
}
</style>