Shades of Deep Cerise #D64383
Tints of Deep Cerise #D64383
RGB
CMYK
RGB Variations
Color information
#D64383 (or 0xD64383) is known color: Deep Cerise. HEX triplet: D6, 43 and 83. RGB value is (214,67,131). Sum of RGB (Red+Green+Blue) = 214+67+131=412 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.94% from 412); Green value is 67 (26.56% from 255 or 16.26% from 412); Blue value is 131 (51.56% from 255 or 31.80% from 412); Max value from RGB is 214 - color contains mainly: red. Hex color #D64383 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64383 is #29BC7C. Grayscale: #767676. Windows color (decimal): -2735229 or 8602582. OLE color: 8602582.
HSL color Cylindrical-coordinate representation of color #D64383: hue angle of 333.88º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D64383 is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 67 | 131 | - |
| CMYK | 0 | 0.69 | 0.39 | 0.16 |
| HSL | 333.88º | 0.64% | 0.55% | - |
| HSV(B) | 333.88º | 0.69% | 0.84% | - |
| XYZ | 33.84 | 19.95 | 23.54 | - |
| YUV | 118.25 | 135.2 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 67 | 131 | 0 | 0.69 | 0.39 | 0.16 | 333.88 | 0.64 | 0.55 |
| Hex | D6 | 43 | 83 | 0 | 45 | 27 | 10 | 14E | 40 | 37 |
| Octal | 326 | 103 | 203 | 0 | 105 | 47 | 20 | 516 | 100 | 67 |
| Binary | 11010110 | 1000011 | 10000011 | 0 | 1000101 | 100111 | 10000 | 101001110 | 1000000 | 110111 |
Color Harmonies of #D64383
Complementary color
Monochromatic Colors of #D64383
Black with #D64383
Text Example
Text Example
White with #D64383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64383; }
p { color: rgb(214,67,131); }
H1.HeaderClassName
{
color: #D64383;
}
.AnyTagClassName
{
color: #D64383;
}
</style>
background-color css
<style>
a { background-color: #D64383; }
a { background-color: rgb(214,67,131); }
div.DivClassName
{
background-color: #D64383;
}
.BgClassName
{
background-color: #D64383;
}
</style>
border-color css
<style>
span { border-color: #D64383; }
span { border-color: rgb(214,67,131); }
td.TdClassName
{
border-color: #D64383;
}
.TagClassName
{
border-color: #D64383;
}
</style>