Shades of Deep Cerise #D13D83
Tints of Deep Cerise #D13D83
RGB
CMYK
RGB Variations
Color information
#D13D83 (or 0xD13D83) is known color: Deep Cerise. HEX triplet: D1, 3D and 83. RGB value is (209,61,131). Sum of RGB (Red+Green+Blue) = 209+61+131=401 (53% of max value = 765). Red value is 209 (82.03% from 255 or 52.12% from 401); Green value is 61 (24.22% from 255 or 15.21% from 401); Blue value is 131 (51.56% from 255 or 32.67% from 401); Max value from RGB is 209 - color contains mainly: red. Hex color #D13D83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13D83 is #2EC27C. Grayscale: #717171. Windows color (decimal): -3064445 or 8601041. OLE color: 8601041.
HSL color Cylindrical-coordinate representation of color #D13D83: hue angle of 331.62º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D13D83 is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 61 | 131 | - |
| CMYK | 0 | 0.71 | 0.37 | 0.18 |
| HSL | 331.62º | 0.62% | 0.53% | - |
| HSV(B) | 331.62º | 0.71% | 0.82% | - |
| XYZ | 32.06 | 18.53 | 23.36 | - |
| YUV | 113.23 | 138.03 | 196.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 61 | 131 | 0 | 0.71 | 0.37 | 0.18 | 331.62 | 0.62 | 0.53 |
| Hex | D1 | 3D | 83 | 0 | 47 | 25 | 12 | 14C | 3E | 35 |
| Octal | 321 | 75 | 203 | 0 | 107 | 45 | 22 | 514 | 76 | 65 |
| Binary | 11010001 | 111101 | 10000011 | 0 | 1000111 | 100101 | 10010 | 101001100 | 111110 | 110101 |
Color Harmonies of #D13D83
Complementary color
Monochromatic Colors of #D13D83
Black with #D13D83
Text Example
Text Example
White with #D13D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13D83; }
p { color: rgb(209,61,131); }
H1.HeaderClassName
{
color: #D13D83;
}
.AnyTagClassName
{
color: #D13D83;
}
</style>
background-color css
<style>
a { background-color: #D13D83; }
a { background-color: rgb(209,61,131); }
div.DivClassName
{
background-color: #D13D83;
}
.BgClassName
{
background-color: #D13D83;
}
</style>
border-color css
<style>
span { border-color: #D13D83; }
span { border-color: rgb(209,61,131); }
td.TdClassName
{
border-color: #D13D83;
}
.TagClassName
{
border-color: #D13D83;
}
</style>