Shades of Deep Cerise #D23D83
Tints of Deep Cerise #D23D83
RGB
CMYK
RGB Variations
Color information
#D23D83 (or 0xD23D83) is known color: Deep Cerise. HEX triplet: D2, 3D and 83. RGB value is (210,61,131). Sum of RGB (Red+Green+Blue) = 210+61+131=402 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.24% from 402); Green value is 61 (24.22% from 255 or 15.17% from 402); Blue value is 131 (51.56% from 255 or 32.59% from 402); Max value from RGB is 210 - color contains mainly: red. Hex color #D23D83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23D83 is #2DC27C. Grayscale: #717171. Windows color (decimal): -2998909 or 8601042. OLE color: 8601042.
HSL color Cylindrical-coordinate representation of color #D23D83: hue angle of 331.81º 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 #D23D83 is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 61 | 131 | - |
| CMYK | 0 | 0.71 | 0.38 | 0.18 |
| HSL | 331.81º | 0.62% | 0.53% | - |
| HSV(B) | 331.81º | 0.71% | 0.82% | - |
| XYZ | 32.34 | 18.68 | 23.37 | - |
| YUV | 113.53 | 137.86 | 196.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 61 | 131 | 0 | 0.71 | 0.38 | 0.18 | 331.81 | 0.62 | 0.53 |
| Hex | D2 | 3D | 83 | 0 | 47 | 26 | 12 | 14C | 3E | 35 |
| Octal | 322 | 75 | 203 | 0 | 107 | 46 | 22 | 514 | 76 | 65 |
| Binary | 11010010 | 111101 | 10000011 | 0 | 1000111 | 100110 | 10010 | 101001100 | 111110 | 110101 |
Color Harmonies of #D23D83
Complementary color
Monochromatic Colors of #D23D83
Black with #D23D83
Text Example
Text Example
White with #D23D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23D83; }
p { color: rgb(210,61,131); }
H1.HeaderClassName
{
color: #D23D83;
}
.AnyTagClassName
{
color: #D23D83;
}
</style>
background-color css
<style>
a { background-color: #D23D83; }
a { background-color: rgb(210,61,131); }
div.DivClassName
{
background-color: #D23D83;
}
.BgClassName
{
background-color: #D23D83;
}
</style>
border-color css
<style>
span { border-color: #D23D83; }
span { border-color: rgb(210,61,131); }
td.TdClassName
{
border-color: #D23D83;
}
.TagClassName
{
border-color: #D23D83;
}
</style>