Shades of Deep Cerise #DC3DA5
Tints of Deep Cerise #DC3DA5
RGB
CMYK
RGB Variations
Color information
#DC3DA5 (or 0xDC3DA5) is known color: Deep Cerise. HEX triplet: DC, 3D and A5. RGB value is (220,61,165). Sum of RGB (Red+Green+Blue) = 220+61+165=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 61 (24.22% from 255 or 13.68% from 446); Blue value is 165 (64.84% from 255 or 37.00% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3DA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3DA5 is #23C25A. Grayscale: #787878. Windows color (decimal): -2343515 or 10829276. OLE color: 10829276.
HSL color Cylindrical-coordinate representation of color #DC3DA5: hue angle of 320.75º 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 #DC3DA5 is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 61 | 165 | - |
| CMYK | 0 | 0.72 | 0.25 | 0.14 |
| HSL | 320.75º | 0.69% | 0.55% | - |
| HSV(B) | 320.75º | 0.72% | 0.86% | - |
| XYZ | 37.98 | 21.27 | 37.7 | - |
| YUV | 120.4 | 153.18 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 61 | 165 | 0 | 0.72 | 0.25 | 0.14 | 320.75 | 0.69 | 0.55 |
| Hex | DC | 3D | A5 | 0 | 48 | 19 | E | 141 | 45 | 37 |
| Octal | 334 | 75 | 245 | 0 | 110 | 31 | 16 | 501 | 105 | 67 |
| Binary | 11011100 | 111101 | 10100101 | 0 | 1001000 | 11001 | 1110 | 101000001 | 1000101 | 110111 |
Color Harmonies of #DC3DA5
Complementary color
Monochromatic Colors of #DC3DA5
Black with #DC3DA5
Text Example
Text Example
White with #DC3DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3DA5; }
p { color: rgb(220,61,165); }
H1.HeaderClassName
{
color: #DC3DA5;
}
.AnyTagClassName
{
color: #DC3DA5;
}
</style>
background-color css
<style>
a { background-color: #DC3DA5; }
a { background-color: rgb(220,61,165); }
div.DivClassName
{
background-color: #DC3DA5;
}
.BgClassName
{
background-color: #DC3DA5;
}
</style>
border-color css
<style>
span { border-color: #DC3DA5; }
span { border-color: rgb(220,61,165); }
td.TdClassName
{
border-color: #DC3DA5;
}
.TagClassName
{
border-color: #DC3DA5;
}
</style>