Shades of Deep Cerise #D6357D
Tints of Deep Cerise #D6357D
RGB
CMYK
RGB Variations
Color information
#D6357D (or 0xD6357D) is known color: Deep Cerise. HEX triplet: D6, 35 and 7D. RGB value is (214,53,125). Sum of RGB (Red+Green+Blue) = 214+53+125=392 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.59% from 392); Green value is 53 (21.09% from 255 or 13.52% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 214 - color contains mainly: red. Hex color #D6357D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6357D is #29CA82. Grayscale: #6D6D6D. Windows color (decimal): -2738819 or 8205782. OLE color: 8205782.
HSL color Cylindrical-coordinate representation of color #D6357D: hue angle of 333.17º 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 #D6357D is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 53 | 125 | - |
| CMYK | 0 | 0.75 | 0.42 | 0.16 |
| HSL | 333.17º | 0.66% | 0.52% | - |
| HSV(B) | 333.17º | 0.75% | 0.84% | - |
| XYZ | 32.71 | 18.32 | 21.21 | - |
| YUV | 109.35 | 136.84 | 202.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 53 | 125 | 0 | 0.75 | 0.42 | 0.16 | 333.17 | 0.66 | 0.52 |
| Hex | D6 | 35 | 7D | 0 | 4B | 2A | 10 | 14D | 42 | 34 |
| Octal | 326 | 65 | 175 | 0 | 113 | 52 | 20 | 515 | 102 | 64 |
| Binary | 11010110 | 110101 | 1111101 | 0 | 1001011 | 101010 | 10000 | 101001101 | 1000010 | 110100 |
Color Harmonies of #D6357D
Complementary color
Monochromatic Colors of #D6357D
Black with #D6357D
Text Example
Text Example
White with #D6357D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6357D; }
p { color: rgb(214,53,125); }
H1.HeaderClassName
{
color: #D6357D;
}
.AnyTagClassName
{
color: #D6357D;
}
</style>
background-color css
<style>
a { background-color: #D6357D; }
a { background-color: rgb(214,53,125); }
div.DivClassName
{
background-color: #D6357D;
}
.BgClassName
{
background-color: #D6357D;
}
</style>
border-color css
<style>
span { border-color: #D6357D; }
span { border-color: rgb(214,53,125); }
td.TdClassName
{
border-color: #D6357D;
}
.TagClassName
{
border-color: #D6357D;
}
</style>