Shades of Deep Cerise #DC267B
Tints of Deep Cerise #DC267B
RGB
CMYK
RGB Variations
Color information
#DC267B (or 0xDC267B) is known color: Deep Cerise. HEX triplet: DC, 26 and 7B. RGB value is (220,38,123). Sum of RGB (Red+Green+Blue) = 220+38+123=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 38 (15.23% from 255 or 9.97% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC267B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC267B is #23D984. Grayscale: #656565. Windows color (decimal): -2349445 or 8070876. OLE color: 8070876.
HSL color Cylindrical-coordinate representation of color #DC267B: hue angle of 331.98º 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 #DC267B is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 38 | 123 | - |
| CMYK | 0 | 0.83 | 0.44 | 0.14 |
| HSL | 331.98º | 0.72% | 0.51% | - |
| HSV(B) | 331.98º | 0.83% | 0.86% | - |
| XYZ | 33.78 | 18.03 | 20.44 | - |
| YUV | 102.11 | 139.8 | 212.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 38 | 123 | 0 | 0.83 | 0.44 | 0.14 | 331.98 | 0.72 | 0.51 |
| Hex | DC | 26 | 7B | 0 | 53 | 2C | E | 14C | 48 | 33 |
| Octal | 334 | 46 | 173 | 0 | 123 | 54 | 16 | 514 | 110 | 63 |
| Binary | 11011100 | 100110 | 1111011 | 0 | 1010011 | 101100 | 1110 | 101001100 | 1001000 | 110011 |
Color Harmonies of #DC267B
Complementary color
Monochromatic Colors of #DC267B
Black with #DC267B
Text Example
Text Example
White with #DC267B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC267B; }
p { color: rgb(220,38,123); }
H1.HeaderClassName
{
color: #DC267B;
}
.AnyTagClassName
{
color: #DC267B;
}
</style>
background-color css
<style>
a { background-color: #DC267B; }
a { background-color: rgb(220,38,123); }
div.DivClassName
{
background-color: #DC267B;
}
.BgClassName
{
background-color: #DC267B;
}
</style>
border-color css
<style>
span { border-color: #DC267B; }
span { border-color: rgb(220,38,123); }
td.TdClassName
{
border-color: #DC267B;
}
.TagClassName
{
border-color: #DC267B;
}
</style>