Shades of Deep Cerise #DC3F9B
Tints of Deep Cerise #DC3F9B
RGB
CMYK
RGB Variations
Color information
#DC3F9B (or 0xDC3F9B) is known color: Deep Cerise. HEX triplet: DC, 3F and 9B. RGB value is (220,63,155). Sum of RGB (Red+Green+Blue) = 220+63+155=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 63 (25% from 255 or 14.38% from 438); Blue value is 155 (60.94% from 255 or 35.39% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3F9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3F9B is #23C064. Grayscale: #787878. Windows color (decimal): -2343013 or 10174428. OLE color: 10174428.
HSL color Cylindrical-coordinate representation of color #DC3F9B: hue angle of 324.84º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC3F9B is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 63 | 155 | - |
| CMYK | 0 | 0.71 | 0.30 | 0.14 |
| HSL | 324.84º | 0.69% | 0.55% | - |
| HSV(B) | 324.84º | 0.71% | 0.86% | - |
| XYZ | 37.21 | 21.14 | 33.13 | - |
| YUV | 120.43 | 147.51 | 199.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 63 | 155 | 0 | 0.71 | 0.30 | 0.14 | 324.84 | 0.69 | 0.55 |
| Hex | DC | 3F | 9B | 0 | 47 | 1E | E | 145 | 45 | 37 |
| Octal | 334 | 77 | 233 | 0 | 107 | 36 | 16 | 505 | 105 | 67 |
| Binary | 11011100 | 111111 | 10011011 | 0 | 1000111 | 11110 | 1110 | 101000101 | 1000101 | 110111 |
Color Harmonies of #DC3F9B
Complementary color
Monochromatic Colors of #DC3F9B
Black with #DC3F9B
Text Example
Text Example
White with #DC3F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3F9B; }
p { color: rgb(220,63,155); }
H1.HeaderClassName
{
color: #DC3F9B;
}
.AnyTagClassName
{
color: #DC3F9B;
}
</style>
background-color css
<style>
a { background-color: #DC3F9B; }
a { background-color: rgb(220,63,155); }
div.DivClassName
{
background-color: #DC3F9B;
}
.BgClassName
{
background-color: #DC3F9B;
}
</style>
border-color css
<style>
span { border-color: #DC3F9B; }
span { border-color: rgb(220,63,155); }
td.TdClassName
{
border-color: #DC3F9B;
}
.TagClassName
{
border-color: #DC3F9B;
}
</style>