Shades of Deep Cerise #D62181
Tints of Deep Cerise #D62181
RGB
CMYK
RGB Variations
Color information
#D62181 (or 0xD62181) is known color: Deep Cerise. HEX triplet: D6, 21 and 81. RGB value is (214,33,129). Sum of RGB (Red+Green+Blue) = 214+33+129=376 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.91% from 376); Green value is 33 (13.28% from 255 or 8.78% from 376); Blue value is 129 (50.78% from 255 or 34.31% from 376); Max value from RGB is 214 - color contains mainly: red. Hex color #D62181 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62181 is #29DE7E. Grayscale: #616161. Windows color (decimal): -2743935 or 8462806. OLE color: 8462806.
HSL color Cylindrical-coordinate representation of color #D62181: hue angle of 328.18º 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 #D62181 is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 33 | 129 | - |
| CMYK | 0 | 0.85 | 0.40 | 0.16 |
| HSL | 328.18º | 0.73% | 0.48% | - |
| HSV(B) | 328.18º | 0.85% | 0.84% | - |
| XYZ | 32.24 | 16.97 | 22.35 | - |
| YUV | 98.06 | 145.47 | 210.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 33 | 129 | 0 | 0.85 | 0.40 | 0.16 | 328.18 | 0.73 | 0.48 |
| Hex | D6 | 21 | 81 | 0 | 55 | 28 | 10 | 148 | 49 | 30 |
| Octal | 326 | 41 | 201 | 0 | 125 | 50 | 20 | 510 | 111 | 60 |
| Binary | 11010110 | 100001 | 10000001 | 0 | 1010101 | 101000 | 10000 | 101001000 | 1001001 | 110000 |
Color Harmonies of #D62181
Complementary color
Monochromatic Colors of #D62181
Black with #D62181
Text Example
Text Example
White with #D62181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62181; }
p { color: rgb(214,33,129); }
H1.HeaderClassName
{
color: #D62181;
}
.AnyTagClassName
{
color: #D62181;
}
</style>
background-color css
<style>
a { background-color: #D62181; }
a { background-color: rgb(214,33,129); }
div.DivClassName
{
background-color: #D62181;
}
.BgClassName
{
background-color: #D62181;
}
</style>
border-color css
<style>
span { border-color: #D62181; }
span { border-color: rgb(214,33,129); }
td.TdClassName
{
border-color: #D62181;
}
.TagClassName
{
border-color: #D62181;
}
</style>