Shades of Deep Cerise #DC267A
Tints of Deep Cerise #DC267A
RGB
CMYK
RGB Variations
Color information
#DC267A (or 0xDC267A) is known color: Deep Cerise. HEX triplet: DC, 26 and 7A. RGB value is (220,38,122). Sum of RGB (Red+Green+Blue) = 220+38+122=380 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.89% from 380); Green value is 38 (15.23% from 255 or 10% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 220 - color contains mainly: red. Hex color #DC267A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC267A is #23D985. Grayscale: #656565. Windows color (decimal): -2349446 or 8005340. OLE color: 8005340.
HSL color Cylindrical-coordinate representation of color #DC267A: hue angle of 332.31º 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 #DC267A is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 38 | 122 | - |
| CMYK | 0 | 0.83 | 0.45 | 0.14 |
| HSL | 332.31º | 0.72% | 0.51% | - |
| HSV(B) | 332.31º | 0.83% | 0.86% | - |
| XYZ | 33.72 | 18.01 | 20.11 | - |
| YUV | 101.99 | 139.3 | 212.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 38 | 122 | 0 | 0.83 | 0.45 | 0.14 | 332.31 | 0.72 | 0.51 |
| Hex | DC | 26 | 7A | 0 | 53 | 2D | E | 14C | 48 | 33 |
| Octal | 334 | 46 | 172 | 0 | 123 | 55 | 16 | 514 | 110 | 63 |
| Binary | 11011100 | 100110 | 1111010 | 0 | 1010011 | 101101 | 1110 | 101001100 | 1001000 | 110011 |
Color Harmonies of #DC267A
Complementary color
Monochromatic Colors of #DC267A
Black with #DC267A
Text Example
Text Example
White with #DC267A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC267A; }
p { color: rgb(220,38,122); }
H1.HeaderClassName
{
color: #DC267A;
}
.AnyTagClassName
{
color: #DC267A;
}
</style>
background-color css
<style>
a { background-color: #DC267A; }
a { background-color: rgb(220,38,122); }
div.DivClassName
{
background-color: #DC267A;
}
.BgClassName
{
background-color: #DC267A;
}
</style>
border-color css
<style>
span { border-color: #DC267A; }
span { border-color: rgb(220,38,122); }
td.TdClassName
{
border-color: #DC267A;
}
.TagClassName
{
border-color: #DC267A;
}
</style>