Shades of Deep Cerise #D12683
Tints of Deep Cerise #D12683
RGB
CMYK
RGB Variations
Color information
#D12683 (or 0xD12683) is known color: Deep Cerise. HEX triplet: D1, 26 and 83. RGB value is (209,38,131). Sum of RGB (Red+Green+Blue) = 209+38+131=378 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.29% from 378); Green value is 38 (15.23% from 255 or 10.05% from 378); Blue value is 131 (51.56% from 255 or 34.66% from 378); Max value from RGB is 209 - color contains mainly: red. Hex color #D12683 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12683 is #2ED97C. Grayscale: #636363. Windows color (decimal): -3070333 or 8595153. OLE color: 8595153.
HSL color Cylindrical-coordinate representation of color #D12683: hue angle of 327.37º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D12683 is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 38 | 131 | - |
| CMYK | 0 | 0.82 | 0.37 | 0.18 |
| HSL | 327.37º | 0.69% | 0.48% | - |
| HSV(B) | 327.37º | 0.82% | 0.82% | - |
| XYZ | 31.08 | 16.58 | 23.03 | - |
| YUV | 99.73 | 145.65 | 205.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 38 | 131 | 0 | 0.82 | 0.37 | 0.18 | 327.37 | 0.69 | 0.48 |
| Hex | D1 | 26 | 83 | 0 | 52 | 25 | 12 | 147 | 45 | 30 |
| Octal | 321 | 46 | 203 | 0 | 122 | 45 | 22 | 507 | 105 | 60 |
| Binary | 11010001 | 100110 | 10000011 | 0 | 1010010 | 100101 | 10010 | 101000111 | 1000101 | 110000 |
Color Harmonies of #D12683
Complementary color
Monochromatic Colors of #D12683
Black with #D12683
Text Example
Text Example
White with #D12683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12683; }
p { color: rgb(209,38,131); }
H1.HeaderClassName
{
color: #D12683;
}
.AnyTagClassName
{
color: #D12683;
}
</style>
background-color css
<style>
a { background-color: #D12683; }
a { background-color: rgb(209,38,131); }
div.DivClassName
{
background-color: #D12683;
}
.BgClassName
{
background-color: #D12683;
}
</style>
border-color css
<style>
span { border-color: #D12683; }
span { border-color: rgb(209,38,131); }
td.TdClassName
{
border-color: #D12683;
}
.TagClassName
{
border-color: #D12683;
}
</style>