Shades of Deep Cerise #D12381
Tints of Deep Cerise #D12381
RGB
CMYK
RGB Variations
Color information
#D12381 (or 0xD12381) is known color: Deep Cerise. HEX triplet: D1, 23 and 81. RGB value is (209,35,129). Sum of RGB (Red+Green+Blue) = 209+35+129=373 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.03% from 373); Green value is 35 (14.06% from 255 or 9.38% from 373); Blue value is 129 (50.78% from 255 or 34.58% from 373); Max value from RGB is 209 - color contains mainly: red. Hex color #D12381 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12381 is #2EDC7E. Grayscale: #616161. Windows color (decimal): -3071103 or 8463313. OLE color: 8463313.
HSL color Cylindrical-coordinate representation of color #D12381: hue angle of 327.59º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D12381 is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 35 | 129 | - |
| CMYK | 0 | 0.83 | 0.38 | 0.18 |
| HSL | 327.59º | 0.71% | 0.48% | - |
| HSV(B) | 327.59º | 0.83% | 0.82% | - |
| XYZ | 30.86 | 16.34 | 22.3 | - |
| YUV | 97.74 | 145.65 | 207.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 35 | 129 | 0 | 0.83 | 0.38 | 0.18 | 327.59 | 0.71 | 0.48 |
| Hex | D1 | 23 | 81 | 0 | 53 | 26 | 12 | 148 | 47 | 30 |
| Octal | 321 | 43 | 201 | 0 | 123 | 46 | 22 | 510 | 107 | 60 |
| Binary | 11010001 | 100011 | 10000001 | 0 | 1010011 | 100110 | 10010 | 101001000 | 1000111 | 110000 |
Color Harmonies of #D12381
Complementary color
Monochromatic Colors of #D12381
Black with #D12381
Text Example
Text Example
White with #D12381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12381; }
p { color: rgb(209,35,129); }
H1.HeaderClassName
{
color: #D12381;
}
.AnyTagClassName
{
color: #D12381;
}
</style>
background-color css
<style>
a { background-color: #D12381; }
a { background-color: rgb(209,35,129); }
div.DivClassName
{
background-color: #D12381;
}
.BgClassName
{
background-color: #D12381;
}
</style>
border-color css
<style>
span { border-color: #D12381; }
span { border-color: rgb(209,35,129); }
td.TdClassName
{
border-color: #D12381;
}
.TagClassName
{
border-color: #D12381;
}
</style>