Shades of Deep Cerise #D13692
Tints of Deep Cerise #D13692
RGB
CMYK
RGB Variations
Color information
#D13692 (or 0xD13692) is known color: Deep Cerise. HEX triplet: D1, 36 and 92. RGB value is (209,54,146). Sum of RGB (Red+Green+Blue) = 209+54+146=409 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.10% from 409); Green value is 54 (21.48% from 255 or 13.20% from 409); Blue value is 146 (57.42% from 255 or 35.70% from 409); Max value from RGB is 209 - color contains mainly: red. Hex color #D13692 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13692 is #2EC96D. Grayscale: #6E6E6E. Windows color (decimal): -3066222 or 9582289. OLE color: 9582289.
HSL color Cylindrical-coordinate representation of color #D13692: hue angle of 324.39º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D13692 is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 54 | 146 | - |
| CMYK | 0 | 0.74 | 0.30 | 0.18 |
| HSL | 324.39º | 0.63% | 0.52% | - |
| HSV(B) | 324.39º | 0.74% | 0.82% | - |
| XYZ | 32.8 | 18.27 | 28.99 | - |
| YUV | 110.83 | 147.85 | 198.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 54 | 146 | 0 | 0.74 | 0.30 | 0.18 | 324.39 | 0.63 | 0.52 |
| Hex | D1 | 36 | 92 | 0 | 4A | 1E | 12 | 144 | 3F | 34 |
| Octal | 321 | 66 | 222 | 0 | 112 | 36 | 22 | 504 | 77 | 64 |
| Binary | 11010001 | 110110 | 10010010 | 0 | 1001010 | 11110 | 10010 | 101000100 | 111111 | 110100 |
Color Harmonies of #D13692
Complementary color
Monochromatic Colors of #D13692
Black with #D13692
Text Example
Text Example
White with #D13692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13692; }
p { color: rgb(209,54,146); }
H1.HeaderClassName
{
color: #D13692;
}
.AnyTagClassName
{
color: #D13692;
}
</style>
background-color css
<style>
a { background-color: #D13692; }
a { background-color: rgb(209,54,146); }
div.DivClassName
{
background-color: #D13692;
}
.BgClassName
{
background-color: #D13692;
}
</style>
border-color css
<style>
span { border-color: #D13692; }
span { border-color: rgb(209,54,146); }
td.TdClassName
{
border-color: #D13692;
}
.TagClassName
{
border-color: #D13692;
}
</style>