Shades of Deep Cerise #D23681
Tints of Deep Cerise #D23681
RGB
CMYK
RGB Variations
Color information
#D23681 (or 0xD23681) is known color: Deep Cerise. HEX triplet: D2, 36 and 81. RGB value is (210,54,129). Sum of RGB (Red+Green+Blue) = 210+54+129=393 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.44% from 393); Green value is 54 (21.48% from 255 or 13.74% from 393); Blue value is 129 (50.78% from 255 or 32.82% from 393); Max value from RGB is 210 - color contains mainly: red. Hex color #D23681 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23681 is #2DC97E. Grayscale: #6D6D6D. Windows color (decimal): -3000703 or 8468178. OLE color: 8468178.
HSL color Cylindrical-coordinate representation of color #D23681: hue angle of 331.15º 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 #D23681 is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 54 | 129 | - |
| CMYK | 0 | 0.74 | 0.39 | 0.18 |
| HSL | 331.15º | 0.63% | 0.52% | - |
| HSV(B) | 331.15º | 0.74% | 0.82% | - |
| XYZ | 31.86 | 17.92 | 22.55 | - |
| YUV | 109.19 | 139.18 | 199.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 54 | 129 | 0 | 0.74 | 0.39 | 0.18 | 331.15 | 0.63 | 0.52 |
| Hex | D2 | 36 | 81 | 0 | 4A | 27 | 12 | 14B | 3F | 34 |
| Octal | 322 | 66 | 201 | 0 | 112 | 47 | 22 | 513 | 77 | 64 |
| Binary | 11010010 | 110110 | 10000001 | 0 | 1001010 | 100111 | 10010 | 101001011 | 111111 | 110100 |
Color Harmonies of #D23681
Complementary color
Monochromatic Colors of #D23681
Black with #D23681
Text Example
Text Example
White with #D23681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23681; }
p { color: rgb(210,54,129); }
H1.HeaderClassName
{
color: #D23681;
}
.AnyTagClassName
{
color: #D23681;
}
</style>
background-color css
<style>
a { background-color: #D23681; }
a { background-color: rgb(210,54,129); }
div.DivClassName
{
background-color: #D23681;
}
.BgClassName
{
background-color: #D23681;
}
</style>
border-color css
<style>
span { border-color: #D23681; }
span { border-color: rgb(210,54,129); }
td.TdClassName
{
border-color: #D23681;
}
.TagClassName
{
border-color: #D23681;
}
</style>