Shades of Deep Cerise #DC2BA5
Tints of Deep Cerise #DC2BA5
RGB
CMYK
RGB Variations
Color information
#DC2BA5 (or 0xDC2BA5) is known color: Deep Cerise. HEX triplet: DC, 2B and A5. RGB value is (220,43,165). Sum of RGB (Red+Green+Blue) = 220+43+165=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 43 (17.19% from 255 or 10.05% from 428); Blue value is 165 (64.84% from 255 or 38.55% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2BA5 is #23D45A. Grayscale: #6D6D6D. Windows color (decimal): -2348123 or 10824668. OLE color: 10824668.
HSL color Cylindrical-coordinate representation of color #DC2BA5: hue angle of 318.64º degrees, saturation: 0.72, 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 #DC2BA5 is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 43 | 165 | - |
| CMYK | 0 | 0.80 | 0.25 | 0.14 |
| HSL | 318.64º | 0.72% | 0.52% | - |
| HSV(B) | 318.64º | 0.8% | 0.86% | - |
| XYZ | 37.17 | 19.66 | 37.43 | - |
| YUV | 109.83 | 159.14 | 206.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 43 | 165 | 0 | 0.80 | 0.25 | 0.14 | 318.64 | 0.72 | 0.52 |
| Hex | DC | 2B | A5 | 0 | 50 | 19 | E | 13F | 48 | 34 |
| Octal | 334 | 53 | 245 | 0 | 120 | 31 | 16 | 477 | 110 | 64 |
| Binary | 11011100 | 101011 | 10100101 | 0 | 1010000 | 11001 | 1110 | 100111111 | 1001000 | 110100 |
Color Harmonies of #DC2BA5
Complementary color
Monochromatic Colors of #DC2BA5
Black with #DC2BA5
Text Example
Text Example
White with #DC2BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2BA5; }
p { color: rgb(220,43,165); }
H1.HeaderClassName
{
color: #DC2BA5;
}
.AnyTagClassName
{
color: #DC2BA5;
}
</style>
background-color css
<style>
a { background-color: #DC2BA5; }
a { background-color: rgb(220,43,165); }
div.DivClassName
{
background-color: #DC2BA5;
}
.BgClassName
{
background-color: #DC2BA5;
}
</style>
border-color css
<style>
span { border-color: #DC2BA5; }
span { border-color: rgb(220,43,165); }
td.TdClassName
{
border-color: #DC2BA5;
}
.TagClassName
{
border-color: #DC2BA5;
}
</style>