Shades of Deep Cerise #D6357A
Tints of Deep Cerise #D6357A
RGB
CMYK
RGB Variations
Color information
#D6357A (or 0xD6357A) is known color: Deep Cerise. HEX triplet: D6, 35 and 7A. RGB value is (214,53,122). Sum of RGB (Red+Green+Blue) = 214+53+122=389 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.01% from 389); Green value is 53 (21.09% from 255 or 13.62% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 214 - color contains mainly: red. Hex color #D6357A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6357A is #29CA85. Grayscale: #6C6C6C. Windows color (decimal): -2738822 or 8009174. OLE color: 8009174.
HSL color Cylindrical-coordinate representation of color #D6357A: hue angle of 334.29º 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 #D6357A is Cyan = 0, Magento = 0.75, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 53 | 122 | - |
| CMYK | 0 | 0.75 | 0.43 | 0.16 |
| HSL | 334.29º | 0.66% | 0.52% | - |
| HSV(B) | 334.29º | 0.75% | 0.84% | - |
| XYZ | 32.52 | 18.25 | 20.22 | - |
| YUV | 109.01 | 135.34 | 202.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 53 | 122 | 0 | 0.75 | 0.43 | 0.16 | 334.29 | 0.66 | 0.52 |
| Hex | D6 | 35 | 7A | 0 | 4B | 2B | 10 | 14E | 42 | 34 |
| Octal | 326 | 65 | 172 | 0 | 113 | 53 | 20 | 516 | 102 | 64 |
| Binary | 11010110 | 110101 | 1111010 | 0 | 1001011 | 101011 | 10000 | 101001110 | 1000010 | 110100 |
Color Harmonies of #D6357A
Complementary color
Monochromatic Colors of #D6357A
Black with #D6357A
Text Example
Text Example
White with #D6357A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6357A; }
p { color: rgb(214,53,122); }
H1.HeaderClassName
{
color: #D6357A;
}
.AnyTagClassName
{
color: #D6357A;
}
</style>
background-color css
<style>
a { background-color: #D6357A; }
a { background-color: rgb(214,53,122); }
div.DivClassName
{
background-color: #D6357A;
}
.BgClassName
{
background-color: #D6357A;
}
</style>
border-color css
<style>
span { border-color: #D6357A; }
span { border-color: rgb(214,53,122); }
td.TdClassName
{
border-color: #D6357A;
}
.TagClassName
{
border-color: #D6357A;
}
</style>