Shades of Deep Cerise #D13383
Tints of Deep Cerise #D13383
RGB
CMYK
RGB Variations
Color information
#D13383 (or 0xD13383) is known color: Deep Cerise. HEX triplet: D1, 33 and 83. RGB value is (209,51,131). Sum of RGB (Red+Green+Blue) = 209+51+131=391 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.45% from 391); Green value is 51 (20.31% from 255 or 13.04% from 391); Blue value is 131 (51.56% from 255 or 33.50% from 391); Max value from RGB is 209 - color contains mainly: red. Hex color #D13383 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13383 is #2ECC7C. Grayscale: #6B6B6B. Windows color (decimal): -3067005 or 8598481. OLE color: 8598481.
HSL color Cylindrical-coordinate representation of color #D13383: hue angle of 329.62º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D13383 is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 51 | 131 | - |
| CMYK | 0 | 0.76 | 0.37 | 0.18 |
| HSL | 329.62º | 0.63% | 0.51% | - |
| HSV(B) | 329.62º | 0.76% | 0.82% | - |
| XYZ | 31.58 | 17.56 | 23.2 | - |
| YUV | 107.36 | 141.35 | 200.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 51 | 131 | 0 | 0.76 | 0.37 | 0.18 | 329.62 | 0.63 | 0.51 |
| Hex | D1 | 33 | 83 | 0 | 4C | 25 | 12 | 14A | 3F | 33 |
| Octal | 321 | 63 | 203 | 0 | 114 | 45 | 22 | 512 | 77 | 63 |
| Binary | 11010001 | 110011 | 10000011 | 0 | 1001100 | 100101 | 10010 | 101001010 | 111111 | 110011 |
Color Harmonies of #D13383
Complementary color
Monochromatic Colors of #D13383
Black with #D13383
Text Example
Text Example
White with #D13383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13383; }
p { color: rgb(209,51,131); }
H1.HeaderClassName
{
color: #D13383;
}
.AnyTagClassName
{
color: #D13383;
}
</style>
background-color css
<style>
a { background-color: #D13383; }
a { background-color: rgb(209,51,131); }
div.DivClassName
{
background-color: #D13383;
}
.BgClassName
{
background-color: #D13383;
}
</style>
border-color css
<style>
span { border-color: #D13383; }
span { border-color: rgb(209,51,131); }
td.TdClassName
{
border-color: #D13383;
}
.TagClassName
{
border-color: #D13383;
}
</style>