Shades of Deep Cerise #DC3A98
Tints of Deep Cerise #DC3A98
RGB
CMYK
RGB Variations
Color information
#DC3A98 (or 0xDC3A98) is known color: Deep Cerise. HEX triplet: DC, 3A and 98. RGB value is (220,58,152). Sum of RGB (Red+Green+Blue) = 220+58+152=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 58 (23.05% from 255 or 13.49% from 430); Blue value is 152 (59.77% from 255 or 35.35% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3A98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3A98 is #23C567. Grayscale: #747474. Windows color (decimal): -2344296 or 9976540. OLE color: 9976540.
HSL color Cylindrical-coordinate representation of color #DC3A98: hue angle of 325.19º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC3A98 is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 58 | 152 | - |
| CMYK | 0 | 0.74 | 0.31 | 0.14 |
| HSL | 325.19º | 0.7% | 0.55% | - |
| HSV(B) | 325.19º | 0.74% | 0.86% | - |
| XYZ | 36.7 | 20.51 | 31.73 | - |
| YUV | 117.15 | 147.67 | 201.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 58 | 152 | 0 | 0.74 | 0.31 | 0.14 | 325.19 | 0.7 | 0.55 |
| Hex | DC | 3A | 98 | 0 | 4A | 1F | E | 145 | 46 | 37 |
| Octal | 334 | 72 | 230 | 0 | 112 | 37 | 16 | 505 | 106 | 67 |
| Binary | 11011100 | 111010 | 10011000 | 0 | 1001010 | 11111 | 1110 | 101000101 | 1000110 | 110111 |
Color Harmonies of #DC3A98
Complementary color
Monochromatic Colors of #DC3A98
Black with #DC3A98
Text Example
Text Example
White with #DC3A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3A98; }
p { color: rgb(220,58,152); }
H1.HeaderClassName
{
color: #DC3A98;
}
.AnyTagClassName
{
color: #DC3A98;
}
</style>
background-color css
<style>
a { background-color: #DC3A98; }
a { background-color: rgb(220,58,152); }
div.DivClassName
{
background-color: #DC3A98;
}
.BgClassName
{
background-color: #DC3A98;
}
</style>
border-color css
<style>
span { border-color: #DC3A98; }
span { border-color: rgb(220,58,152); }
td.TdClassName
{
border-color: #DC3A98;
}
.TagClassName
{
border-color: #DC3A98;
}
</style>