Shades of Deep Cerise #D62183
Tints of Deep Cerise #D62183
RGB
CMYK
RGB Variations
Color information
#D62183 (or 0xD62183) is known color: Deep Cerise. HEX triplet: D6, 21 and 83. RGB value is (214,33,131). Sum of RGB (Red+Green+Blue) = 214+33+131=378 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.61% from 378); Green value is 33 (13.28% from 255 or 8.73% from 378); Blue value is 131 (51.56% from 255 or 34.66% from 378); Max value from RGB is 214 - color contains mainly: red. Hex color #D62183 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62183 is #29DE7C. Grayscale: #626262. Windows color (decimal): -2743933 or 8593878. OLE color: 8593878.
HSL color Cylindrical-coordinate representation of color #D62183: hue angle of 327.51º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D62183 is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 33 | 131 | - |
| CMYK | 0 | 0.85 | 0.39 | 0.16 |
| HSL | 327.51º | 0.73% | 0.48% | - |
| HSV(B) | 327.51º | 0.85% | 0.84% | - |
| XYZ | 32.37 | 17.02 | 23.05 | - |
| YUV | 98.29 | 146.47 | 210.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 33 | 131 | 0 | 0.85 | 0.39 | 0.16 | 327.51 | 0.73 | 0.48 |
| Hex | D6 | 21 | 83 | 0 | 55 | 27 | 10 | 148 | 49 | 30 |
| Octal | 326 | 41 | 203 | 0 | 125 | 47 | 20 | 510 | 111 | 60 |
| Binary | 11010110 | 100001 | 10000011 | 0 | 1010101 | 100111 | 10000 | 101001000 | 1001001 | 110000 |
Color Harmonies of #D62183
Complementary color
Monochromatic Colors of #D62183
Black with #D62183
Text Example
Text Example
White with #D62183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62183; }
p { color: rgb(214,33,131); }
H1.HeaderClassName
{
color: #D62183;
}
.AnyTagClassName
{
color: #D62183;
}
</style>
background-color css
<style>
a { background-color: #D62183; }
a { background-color: rgb(214,33,131); }
div.DivClassName
{
background-color: #D62183;
}
.BgClassName
{
background-color: #D62183;
}
</style>
border-color css
<style>
span { border-color: #D62183; }
span { border-color: rgb(214,33,131); }
td.TdClassName
{
border-color: #D62183;
}
.TagClassName
{
border-color: #D62183;
}
</style>