Shades of Deep Cerise #D62182
Tints of Deep Cerise #D62182
RGB
CMYK
RGB Variations
Color information
#D62182 (or 0xD62182) is known color: Deep Cerise. HEX triplet: D6, 21 and 82. RGB value is (214,33,130). Sum of RGB (Red+Green+Blue) = 214+33+130=377 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.76% from 377); Green value is 33 (13.28% from 255 or 8.75% from 377); Blue value is 130 (51.17% from 255 or 34.48% from 377); Max value from RGB is 214 - color contains mainly: red. Hex color #D62182 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62182 is #29DE7D. Grayscale: #616161. Windows color (decimal): -2743934 or 8528342. OLE color: 8528342.
HSL color Cylindrical-coordinate representation of color #D62182: hue angle of 327.85º 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 #D62182 is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 33 | 130 | - |
| CMYK | 0 | 0.85 | 0.39 | 0.16 |
| HSL | 327.85º | 0.73% | 0.48% | - |
| HSV(B) | 327.85º | 0.85% | 0.84% | - |
| XYZ | 32.3 | 17 | 22.7 | - |
| YUV | 98.18 | 145.97 | 210.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 33 | 130 | 0 | 0.85 | 0.39 | 0.16 | 327.85 | 0.73 | 0.48 |
| Hex | D6 | 21 | 82 | 0 | 55 | 27 | 10 | 148 | 49 | 30 |
| Octal | 326 | 41 | 202 | 0 | 125 | 47 | 20 | 510 | 111 | 60 |
| Binary | 11010110 | 100001 | 10000010 | 0 | 1010101 | 100111 | 10000 | 101001000 | 1001001 | 110000 |
Color Harmonies of #D62182
Complementary color
Monochromatic Colors of #D62182
Black with #D62182
Text Example
Text Example
White with #D62182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62182; }
p { color: rgb(214,33,130); }
H1.HeaderClassName
{
color: #D62182;
}
.AnyTagClassName
{
color: #D62182;
}
</style>
background-color css
<style>
a { background-color: #D62182; }
a { background-color: rgb(214,33,130); }
div.DivClassName
{
background-color: #D62182;
}
.BgClassName
{
background-color: #D62182;
}
</style>
border-color css
<style>
span { border-color: #D62182; }
span { border-color: rgb(214,33,130); }
td.TdClassName
{
border-color: #D62182;
}
.TagClassName
{
border-color: #D62182;
}
</style>