Shades of Deep Cerise #D64484
Tints of Deep Cerise #D64484
RGB
CMYK
RGB Variations
Color information
#D64484 (or 0xD64484) is known color: Deep Cerise. HEX triplet: D6, 44 and 84. RGB value is (214,68,132). Sum of RGB (Red+Green+Blue) = 214+68+132=414 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.69% from 414); Green value is 68 (26.95% from 255 or 16.43% from 414); Blue value is 132 (51.95% from 255 or 31.88% from 414); Max value from RGB is 214 - color contains mainly: red. Hex color #D64484 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64484 is #29BB7B. Grayscale: #767676. Windows color (decimal): -2734972 or 8668374. OLE color: 8668374.
HSL color Cylindrical-coordinate representation of color #D64484: hue angle of 333.7º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D64484 is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 68 | 132 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.16 |
| HSL | 333.7º | 0.64% | 0.55% | - |
| HSV(B) | 333.7º | 0.68% | 0.84% | - |
| XYZ | 33.96 | 20.1 | 23.92 | - |
| YUV | 118.95 | 135.37 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 68 | 132 | 0 | 0.68 | 0.38 | 0.16 | 333.7 | 0.64 | 0.55 |
| Hex | D6 | 44 | 84 | 0 | 44 | 26 | 10 | 14E | 40 | 37 |
| Octal | 326 | 104 | 204 | 0 | 104 | 46 | 20 | 516 | 100 | 67 |
| Binary | 11010110 | 1000100 | 10000100 | 0 | 1000100 | 100110 | 10000 | 101001110 | 1000000 | 110111 |
Color Harmonies of #D64484
Complementary color
Monochromatic Colors of #D64484
Black with #D64484
Text Example
Text Example
White with #D64484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64484; }
p { color: rgb(214,68,132); }
H1.HeaderClassName
{
color: #D64484;
}
.AnyTagClassName
{
color: #D64484;
}
</style>
background-color css
<style>
a { background-color: #D64484; }
a { background-color: rgb(214,68,132); }
div.DivClassName
{
background-color: #D64484;
}
.BgClassName
{
background-color: #D64484;
}
</style>
border-color css
<style>
span { border-color: #D64484; }
span { border-color: rgb(214,68,132); }
td.TdClassName
{
border-color: #D64484;
}
.TagClassName
{
border-color: #D64484;
}
</style>