Shades of Deep Cerise #DC338F
Tints of Deep Cerise #DC338F
RGB
CMYK
RGB Variations
Color information
#DC338F (or 0xDC338F) is known color: Deep Cerise. HEX triplet: DC, 33 and 8F. RGB value is (220,51,143). Sum of RGB (Red+Green+Blue) = 220+51+143=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 51 (20.31% from 255 or 12.32% from 414); Blue value is 143 (56.25% from 255 or 34.54% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DC338F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC338F is #23CC70. Grayscale: #6F6F6F. Windows color (decimal): -2346097 or 9384924. OLE color: 9384924.
HSL color Cylindrical-coordinate representation of color #DC338F: hue angle of 327.34º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC338F is Cyan = 0, Magento = 0.77, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 51 | 143 | - |
| CMYK | 0 | 0.77 | 0.35 | 0.14 |
| HSL | 327.34º | 0.71% | 0.53% | - |
| HSV(B) | 327.34º | 0.77% | 0.86% | - |
| XYZ | 35.66 | 19.57 | 27.88 | - |
| YUV | 112.02 | 145.49 | 205.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 51 | 143 | 0 | 0.77 | 0.35 | 0.14 | 327.34 | 0.71 | 0.53 |
| Hex | DC | 33 | 8F | 0 | 4D | 23 | E | 147 | 47 | 35 |
| Octal | 334 | 63 | 217 | 0 | 115 | 43 | 16 | 507 | 107 | 65 |
| Binary | 11011100 | 110011 | 10001111 | 0 | 1001101 | 100011 | 1110 | 101000111 | 1000111 | 110101 |
Color Harmonies of #DC338F
Complementary color
Monochromatic Colors of #DC338F
Black with #DC338F
Text Example
Text Example
White with #DC338F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC338F; }
p { color: rgb(220,51,143); }
H1.HeaderClassName
{
color: #DC338F;
}
.AnyTagClassName
{
color: #DC338F;
}
</style>
background-color css
<style>
a { background-color: #DC338F; }
a { background-color: rgb(220,51,143); }
div.DivClassName
{
background-color: #DC338F;
}
.BgClassName
{
background-color: #DC338F;
}
</style>
border-color css
<style>
span { border-color: #DC338F; }
span { border-color: rgb(220,51,143); }
td.TdClassName
{
border-color: #DC338F;
}
.TagClassName
{
border-color: #DC338F;
}
</style>