Shades of Deep Cerise #DC338B
Tints of Deep Cerise #DC338B
RGB
CMYK
RGB Variations
Color information
#DC338B (or 0xDC338B) is known color: Deep Cerise. HEX triplet: DC, 33 and 8B. RGB value is (220,51,139). Sum of RGB (Red+Green+Blue) = 220+51+139=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 51 (20.31% from 255 or 12.44% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DC338B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC338B is #23CC74. Grayscale: #6F6F6F. Windows color (decimal): -2346101 or 9122780. OLE color: 9122780.
HSL color Cylindrical-coordinate representation of color #DC338B: hue angle of 328.76º 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 #DC338B is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 51 | 139 | - |
| CMYK | 0 | 0.77 | 0.37 | 0.14 |
| HSL | 328.76º | 0.71% | 0.53% | - |
| HSV(B) | 328.76º | 0.77% | 0.86% | - |
| XYZ | 35.36 | 19.45 | 26.32 | - |
| YUV | 111.56 | 143.49 | 205.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 51 | 139 | 0 | 0.77 | 0.37 | 0.14 | 328.76 | 0.71 | 0.53 |
| Hex | DC | 33 | 8B | 0 | 4D | 25 | E | 149 | 47 | 35 |
| Octal | 334 | 63 | 213 | 0 | 115 | 45 | 16 | 511 | 107 | 65 |
| Binary | 11011100 | 110011 | 10001011 | 0 | 1001101 | 100101 | 1110 | 101001001 | 1000111 | 110101 |
Color Harmonies of #DC338B
Complementary color
Monochromatic Colors of #DC338B
Black with #DC338B
Text Example
Text Example
White with #DC338B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC338B; }
p { color: rgb(220,51,139); }
H1.HeaderClassName
{
color: #DC338B;
}
.AnyTagClassName
{
color: #DC338B;
}
</style>
background-color css
<style>
a { background-color: #DC338B; }
a { background-color: rgb(220,51,139); }
div.DivClassName
{
background-color: #DC338B;
}
.BgClassName
{
background-color: #DC338B;
}
</style>
border-color css
<style>
span { border-color: #DC338B; }
span { border-color: rgb(220,51,139); }
td.TdClassName
{
border-color: #DC338B;
}
.TagClassName
{
border-color: #DC338B;
}
</style>