Shades of Deep Cerise #DC368A
Tints of Deep Cerise #DC368A
RGB
CMYK
RGB Variations
Color information
#DC368A (or 0xDC368A) is known color: Deep Cerise. HEX triplet: DC, 36 and 8A. RGB value is (220,54,138). Sum of RGB (Red+Green+Blue) = 220+54+138=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 54 (21.48% from 255 or 13.11% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DC368A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC368A is #23C975. Grayscale: #717171. Windows color (decimal): -2345334 or 9058012. OLE color: 9058012.
HSL color Cylindrical-coordinate representation of color #DC368A: hue angle of 329.64º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC368A is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 54 | 138 | - |
| CMYK | 0 | 0.75 | 0.37 | 0.14 |
| HSL | 329.64º | 0.7% | 0.54% | - |
| HSV(B) | 329.64º | 0.75% | 0.86% | - |
| XYZ | 35.42 | 19.69 | 25.98 | - |
| YUV | 113.21 | 142 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 54 | 138 | 0 | 0.75 | 0.37 | 0.14 | 329.64 | 0.7 | 0.54 |
| Hex | DC | 36 | 8A | 0 | 4B | 25 | E | 14A | 46 | 36 |
| Octal | 334 | 66 | 212 | 0 | 113 | 45 | 16 | 512 | 106 | 66 |
| Binary | 11011100 | 110110 | 10001010 | 0 | 1001011 | 100101 | 1110 | 101001010 | 1000110 | 110110 |
Color Harmonies of #DC368A
Complementary color
Monochromatic Colors of #DC368A
Black with #DC368A
Text Example
Text Example
White with #DC368A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC368A; }
p { color: rgb(220,54,138); }
H1.HeaderClassName
{
color: #DC368A;
}
.AnyTagClassName
{
color: #DC368A;
}
</style>
background-color css
<style>
a { background-color: #DC368A; }
a { background-color: rgb(220,54,138); }
div.DivClassName
{
background-color: #DC368A;
}
.BgClassName
{
background-color: #DC368A;
}
</style>
border-color css
<style>
span { border-color: #DC368A; }
span { border-color: rgb(220,54,138); }
td.TdClassName
{
border-color: #DC368A;
}
.TagClassName
{
border-color: #DC368A;
}
</style>