Shades of Deep Cerise #D12B9D
Tints of Deep Cerise #D12B9D
RGB
CMYK
RGB Variations
Color information
#D12B9D (or 0xD12B9D) is known color: Deep Cerise. HEX triplet: D1, 2B and 9D. RGB value is (209,43,157). Sum of RGB (Red+Green+Blue) = 209+43+157=409 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.10% from 409); Green value is 43 (17.19% from 255 or 10.51% from 409); Blue value is 157 (61.72% from 255 or 38.39% from 409); Max value from RGB is 209 - color contains mainly: red. Hex color #D12B9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12B9D is #2ED462. Grayscale: #696969. Windows color (decimal): -3069027 or 10300369. OLE color: 10300369.
HSL color Cylindrical-coordinate representation of color #D12B9D: hue angle of 318.8º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D12B9D is Cyan = 0, Magento = 0.79, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 43 | 157 | - |
| CMYK | 0 | 0.79 | 0.25 | 0.18 |
| HSL | 318.8º | 0.66% | 0.49% | - |
| HSV(B) | 318.8º | 0.79% | 0.82% | - |
| XYZ | 33.24 | 17.72 | 33.57 | - |
| YUV | 105.63 | 157 | 201.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 43 | 157 | 0 | 0.79 | 0.25 | 0.18 | 318.8 | 0.66 | 0.49 |
| Hex | D1 | 2B | 9D | 0 | 4F | 19 | 12 | 13F | 42 | 31 |
| Octal | 321 | 53 | 235 | 0 | 117 | 31 | 22 | 477 | 102 | 61 |
| Binary | 11010001 | 101011 | 10011101 | 0 | 1001111 | 11001 | 10010 | 100111111 | 1000010 | 110001 |
Color Harmonies of #D12B9D
Complementary color
Monochromatic Colors of #D12B9D
Black with #D12B9D
Text Example
Text Example
White with #D12B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12B9D; }
p { color: rgb(209,43,157); }
H1.HeaderClassName
{
color: #D12B9D;
}
.AnyTagClassName
{
color: #D12B9D;
}
</style>
background-color css
<style>
a { background-color: #D12B9D; }
a { background-color: rgb(209,43,157); }
div.DivClassName
{
background-color: #D12B9D;
}
.BgClassName
{
background-color: #D12B9D;
}
</style>
border-color css
<style>
span { border-color: #D12B9D; }
span { border-color: rgb(209,43,157); }
td.TdClassName
{
border-color: #D12B9D;
}
.TagClassName
{
border-color: #D12B9D;
}
</style>