Shades of Deep Cerise #D635A4
Tints of Deep Cerise #D635A4
RGB
CMYK
RGB Variations
Color information
#D635A4 (or 0xD635A4) is known color: Deep Cerise. HEX triplet: D6, 35 and A4. RGB value is (214,53,164). Sum of RGB (Red+Green+Blue) = 214+53+164=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 53 (21.09% from 255 or 12.30% from 431); Blue value is 164 (64.45% from 255 or 38.05% from 431); Max value from RGB is 214 - color contains mainly: red. Hex color #D635A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D635A4 is #29CA5B. Grayscale: #717171. Windows color (decimal): -2738780 or 10761686. OLE color: 10761686.
HSL color Cylindrical-coordinate representation of color #D635A4: hue angle of 318.63º 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 #D635A4 is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 53 | 164 | - |
| CMYK | 0 | 0.75 | 0.23 | 0.16 |
| HSL | 318.63º | 0.66% | 0.52% | - |
| HSV(B) | 318.63º | 0.75% | 0.84% | - |
| XYZ | 35.71 | 19.52 | 37.01 | - |
| YUV | 113.79 | 156.34 | 199.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 53 | 164 | 0 | 0.75 | 0.23 | 0.16 | 318.63 | 0.66 | 0.52 |
| Hex | D6 | 35 | A4 | 0 | 4B | 17 | 10 | 13F | 42 | 34 |
| Octal | 326 | 65 | 244 | 0 | 113 | 27 | 20 | 477 | 102 | 64 |
| Binary | 11010110 | 110101 | 10100100 | 0 | 1001011 | 10111 | 10000 | 100111111 | 1000010 | 110100 |
Color Harmonies of #D635A4
Complementary color
Monochromatic Colors of #D635A4
Black with #D635A4
Text Example
Text Example
White with #D635A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D635A4; }
p { color: rgb(214,53,164); }
H1.HeaderClassName
{
color: #D635A4;
}
.AnyTagClassName
{
color: #D635A4;
}
</style>
background-color css
<style>
a { background-color: #D635A4; }
a { background-color: rgb(214,53,164); }
div.DivClassName
{
background-color: #D635A4;
}
.BgClassName
{
background-color: #D635A4;
}
</style>
border-color css
<style>
span { border-color: #D635A4; }
span { border-color: rgb(214,53,164); }
td.TdClassName
{
border-color: #D635A4;
}
.TagClassName
{
border-color: #D635A4;
}
</style>