Shades of Deep Cerise #D64181
Tints of Deep Cerise #D64181
RGB
CMYK
RGB Variations
Color information
#D64181 (or 0xD64181) is known color: Deep Cerise. HEX triplet: D6, 41 and 81. RGB value is (214,65,129). Sum of RGB (Red+Green+Blue) = 214+65+129=408 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.45% from 408); Green value is 65 (25.78% from 255 or 15.93% from 408); Blue value is 129 (50.78% from 255 or 31.62% from 408); Max value from RGB is 214 - color contains mainly: red. Hex color #D64181 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64181 is #29BE7E. Grayscale: #747474. Windows color (decimal): -2735743 or 8470998. OLE color: 8470998.
HSL color Cylindrical-coordinate representation of color #D64181: hue angle of 334.23º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D64181 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 65 | 129 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.16 |
| HSL | 334.23º | 0.65% | 0.55% | - |
| HSV(B) | 334.23º | 0.7% | 0.84% | - |
| XYZ | 33.58 | 19.66 | 22.79 | - |
| YUV | 116.85 | 134.86 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 65 | 129 | 0 | 0.70 | 0.40 | 0.16 | 334.23 | 0.65 | 0.55 |
| Hex | D6 | 41 | 81 | 0 | 46 | 28 | 10 | 14E | 41 | 37 |
| Octal | 326 | 101 | 201 | 0 | 106 | 50 | 20 | 516 | 101 | 67 |
| Binary | 11010110 | 1000001 | 10000001 | 0 | 1000110 | 101000 | 10000 | 101001110 | 1000001 | 110111 |
Color Harmonies of #D64181
Complementary color
Monochromatic Colors of #D64181
Black with #D64181
Text Example
Text Example
White with #D64181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64181; }
p { color: rgb(214,65,129); }
H1.HeaderClassName
{
color: #D64181;
}
.AnyTagClassName
{
color: #D64181;
}
</style>
background-color css
<style>
a { background-color: #D64181; }
a { background-color: rgb(214,65,129); }
div.DivClassName
{
background-color: #D64181;
}
.BgClassName
{
background-color: #D64181;
}
</style>
border-color css
<style>
span { border-color: #D64181; }
span { border-color: rgb(214,65,129); }
td.TdClassName
{
border-color: #D64181;
}
.TagClassName
{
border-color: #D64181;
}
</style>