Shades of Deep Cerise #DC268B
Tints of Deep Cerise #DC268B
RGB
CMYK
RGB Variations
Color information
#DC268B (or 0xDC268B) is known color: Deep Cerise. HEX triplet: DC, 26 and 8B. RGB value is (220,38,139). Sum of RGB (Red+Green+Blue) = 220+38+139=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 38 (15.23% from 255 or 9.57% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC268B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC268B is #23D974. Grayscale: #676767. Windows color (decimal): -2349429 or 9119452. OLE color: 9119452.
HSL color Cylindrical-coordinate representation of color #DC268B: hue angle of 326.7º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC268B is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 38 | 139 | - |
| CMYK | 0 | 0.83 | 0.37 | 0.14 |
| HSL | 326.7º | 0.72% | 0.51% | - |
| HSV(B) | 326.7º | 0.83% | 0.86% | - |
| XYZ | 34.87 | 18.47 | 26.15 | - |
| YUV | 103.93 | 147.8 | 210.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 38 | 139 | 0 | 0.83 | 0.37 | 0.14 | 326.7 | 0.72 | 0.51 |
| Hex | DC | 26 | 8B | 0 | 53 | 25 | E | 147 | 48 | 33 |
| Octal | 334 | 46 | 213 | 0 | 123 | 45 | 16 | 507 | 110 | 63 |
| Binary | 11011100 | 100110 | 10001011 | 0 | 1010011 | 100101 | 1110 | 101000111 | 1001000 | 110011 |
Color Harmonies of #DC268B
Complementary color
Monochromatic Colors of #DC268B
Black with #DC268B
Text Example
Text Example
White with #DC268B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC268B; }
p { color: rgb(220,38,139); }
H1.HeaderClassName
{
color: #DC268B;
}
.AnyTagClassName
{
color: #DC268B;
}
</style>
background-color css
<style>
a { background-color: #DC268B; }
a { background-color: rgb(220,38,139); }
div.DivClassName
{
background-color: #DC268B;
}
.BgClassName
{
background-color: #DC268B;
}
</style>
border-color css
<style>
span { border-color: #DC268B; }
span { border-color: rgb(220,38,139); }
td.TdClassName
{
border-color: #DC268B;
}
.TagClassName
{
border-color: #DC268B;
}
</style>