Shades of Deep Cerise #DC2D9F
Tints of Deep Cerise #DC2D9F
RGB
CMYK
RGB Variations
Color information
#DC2D9F (or 0xDC2D9F) is known color: Deep Cerise. HEX triplet: DC, 2D and 9F. RGB value is (220,45,159). Sum of RGB (Red+Green+Blue) = 220+45+159=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 45 (17.97% from 255 or 10.61% from 424); Blue value is 159 (62.5% from 255 or 37.5% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2D9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2D9F is #23D260. Grayscale: #6E6E6E. Windows color (decimal): -2347617 or 10431964. OLE color: 10431964.
HSL color Cylindrical-coordinate representation of color #DC2D9F: hue angle of 320.91º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC2D9F is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 45 | 159 | - |
CMYK | 0 | 0.80 | 0.28 | 0.14 |
HSL | 320.91º | 0.71% | 0.52% | - |
HSV(B) | 320.91º | 0.8% | 0.86% | - |
XYZ | 36.71 | 19.6 | 34.65 | - |
YUV | 110.32 | 155.48 | 206.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 45 | 159 | 0 | 0.80 | 0.28 | 0.14 | 320.91 | 0.71 | 0.52 |
Hex | DC | 2D | 9F | 0 | 50 | 1C | E | 141 | 47 | 34 |
Octal | 334 | 55 | 237 | 0 | 120 | 34 | 16 | 501 | 107 | 64 |
Binary | 11011100 | 101101 | 10011111 | 0 | 1010000 | 11100 | 1110 | 101000001 | 1000111 | 110100 |
Color Harmonies of #DC2D9F
Complementary color
Monochromatic Colors of #DC2D9F
Black with #DC2D9F
Text Example
Text Example
White with #DC2D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2D9F; }
p { color: rgb(220,45,159); }
H1.HeaderClassName
{
color: #DC2D9F;
}
.AnyTagClassName
{
color: #DC2D9F;
}
</style>
background-color css
<style>
a { background-color: #DC2D9F; }
a { background-color: rgb(220,45,159); }
div.DivClassName
{
background-color: #DC2D9F;
}
.BgClassName
{
background-color: #DC2D9F;
}
</style>
border-color css
<style>
span { border-color: #DC2D9F; }
span { border-color: rgb(220,45,159); }
td.TdClassName
{
border-color: #DC2D9F;
}
.TagClassName
{
border-color: #DC2D9F;
}
</style>