Shades of Deep Cerise #DC269E
Tints of Deep Cerise #DC269E
RGB
CMYK
RGB Variations
Color information
#DC269E (or 0xDC269E) is known color: Deep Cerise. HEX triplet: DC, 26 and 9E. RGB value is (220,38,158). Sum of RGB (Red+Green+Blue) = 220+38+158=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 38 (15.23% from 255 or 9.13% from 416); Blue value is 158 (62.11% from 255 or 37.98% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DC269E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC269E is #23D961. Grayscale: #696969. Windows color (decimal): -2349410 or 10364636. OLE color: 10364636.
HSL color Cylindrical-coordinate representation of color #DC269E: hue angle of 320.44º 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 #DC269E is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 38 | 158 | - |
| CMYK | 0 | 0.83 | 0.28 | 0.14 |
| HSL | 320.44º | 0.72% | 0.51% | - |
| HSV(B) | 320.44º | 0.83% | 0.86% | - |
| XYZ | 36.38 | 19.07 | 34.11 | - |
| YUV | 106.1 | 157.3 | 209.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 38 | 158 | 0 | 0.83 | 0.28 | 0.14 | 320.44 | 0.72 | 0.51 |
| Hex | DC | 26 | 9E | 0 | 53 | 1C | E | 140 | 48 | 33 |
| Octal | 334 | 46 | 236 | 0 | 123 | 34 | 16 | 500 | 110 | 63 |
| Binary | 11011100 | 100110 | 10011110 | 0 | 1010011 | 11100 | 1110 | 101000000 | 1001000 | 110011 |
Color Harmonies of #DC269E
Complementary color
Monochromatic Colors of #DC269E
Black with #DC269E
Text Example
Text Example
White with #DC269E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC269E; }
p { color: rgb(220,38,158); }
H1.HeaderClassName
{
color: #DC269E;
}
.AnyTagClassName
{
color: #DC269E;
}
</style>
background-color css
<style>
a { background-color: #DC269E; }
a { background-color: rgb(220,38,158); }
div.DivClassName
{
background-color: #DC269E;
}
.BgClassName
{
background-color: #DC269E;
}
</style>
border-color css
<style>
span { border-color: #DC269E; }
span { border-color: rgb(220,38,158); }
td.TdClassName
{
border-color: #DC269E;
}
.TagClassName
{
border-color: #DC269E;
}
</style>