Shades of Deep Cerise #DC3D90
Tints of Deep Cerise #DC3D90
RGB
CMYK
RGB Variations
Color information
#DC3D90 (or 0xDC3D90) is known color: Deep Cerise. HEX triplet: DC, 3D and 90. RGB value is (220,61,144). Sum of RGB (Red+Green+Blue) = 220+61+144=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 61 (24.22% from 255 or 14.35% from 425); Blue value is 144 (56.64% from 255 or 33.88% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3D90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3D90 is #23C26F. Grayscale: #757575. Windows color (decimal): -2343536 or 9453020. OLE color: 9453020.
HSL color Cylindrical-coordinate representation of color #DC3D90: hue angle of 328.68º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DC3D90 is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 61 | 144 | - |
| CMYK | 0 | 0.72 | 0.35 | 0.14 |
| HSL | 328.68º | 0.69% | 0.55% | - |
| HSV(B) | 328.68º | 0.72% | 0.86% | - |
| XYZ | 36.22 | 20.57 | 28.45 | - |
| YUV | 118 | 142.68 | 200.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 61 | 144 | 0 | 0.72 | 0.35 | 0.14 | 328.68 | 0.69 | 0.55 |
| Hex | DC | 3D | 90 | 0 | 48 | 23 | E | 149 | 45 | 37 |
| Octal | 334 | 75 | 220 | 0 | 110 | 43 | 16 | 511 | 105 | 67 |
| Binary | 11011100 | 111101 | 10010000 | 0 | 1001000 | 100011 | 1110 | 101001001 | 1000101 | 110111 |
Color Harmonies of #DC3D90
Complementary color
Monochromatic Colors of #DC3D90
Black with #DC3D90
Text Example
Text Example
White with #DC3D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3D90; }
p { color: rgb(220,61,144); }
H1.HeaderClassName
{
color: #DC3D90;
}
.AnyTagClassName
{
color: #DC3D90;
}
</style>
background-color css
<style>
a { background-color: #DC3D90; }
a { background-color: rgb(220,61,144); }
div.DivClassName
{
background-color: #DC3D90;
}
.BgClassName
{
background-color: #DC3D90;
}
</style>
border-color css
<style>
span { border-color: #DC3D90; }
span { border-color: rgb(220,61,144); }
td.TdClassName
{
border-color: #DC3D90;
}
.TagClassName
{
border-color: #DC3D90;
}
</style>