Shades of Deep Cerise #DC3F93
Tints of Deep Cerise #DC3F93
RGB
CMYK
RGB Variations
Color information
#DC3F93 (or 0xDC3F93) is known color: Deep Cerise. HEX triplet: DC, 3F and 93. RGB value is (220,63,147). Sum of RGB (Red+Green+Blue) = 220+63+147=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 63 (25% from 255 or 14.65% from 430); Blue value is 147 (57.81% from 255 or 34.19% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3F93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3F93 is #23C06C. Grayscale: #777777. Windows color (decimal): -2343021 or 9650140. OLE color: 9650140.
HSL color Cylindrical-coordinate representation of color #DC3F93: hue angle of 327.9º 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 #DC3F93 is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 63 | 147 | - |
| CMYK | 0 | 0.71 | 0.33 | 0.14 |
| HSL | 327.9º | 0.69% | 0.55% | - |
| HSV(B) | 327.9º | 0.71% | 0.86% | - |
| XYZ | 36.56 | 20.88 | 29.71 | - |
| YUV | 119.52 | 143.51 | 199.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 63 | 147 | 0 | 0.71 | 0.33 | 0.14 | 327.9 | 0.69 | 0.55 |
| Hex | DC | 3F | 93 | 0 | 47 | 21 | E | 148 | 45 | 37 |
| Octal | 334 | 77 | 223 | 0 | 107 | 41 | 16 | 510 | 105 | 67 |
| Binary | 11011100 | 111111 | 10010011 | 0 | 1000111 | 100001 | 1110 | 101001000 | 1000101 | 110111 |
Color Harmonies of #DC3F93
Complementary color
Monochromatic Colors of #DC3F93
Black with #DC3F93
Text Example
Text Example
White with #DC3F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3F93; }
p { color: rgb(220,63,147); }
H1.HeaderClassName
{
color: #DC3F93;
}
.AnyTagClassName
{
color: #DC3F93;
}
</style>
background-color css
<style>
a { background-color: #DC3F93; }
a { background-color: rgb(220,63,147); }
div.DivClassName
{
background-color: #DC3F93;
}
.BgClassName
{
background-color: #DC3F93;
}
</style>
border-color css
<style>
span { border-color: #DC3F93; }
span { border-color: rgb(220,63,147); }
td.TdClassName
{
border-color: #DC3F93;
}
.TagClassName
{
border-color: #DC3F93;
}
</style>