Shades of Deep Cerise #DC269C
Tints of Deep Cerise #DC269C
RGB
CMYK
RGB Variations
Color information
#DC269C (or 0xDC269C) is known color: Deep Cerise. HEX triplet: DC, 26 and 9C. RGB value is (220,38,156). Sum of RGB (Red+Green+Blue) = 220+38+156=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 38 (15.23% from 255 or 9.18% from 414); Blue value is 156 (61.33% from 255 or 37.68% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DC269C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC269C is #23D963. Grayscale: #696969. Windows color (decimal): -2349412 or 10233564. OLE color: 10233564.
HSL color Cylindrical-coordinate representation of color #DC269C: hue angle of 321.1º 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 #DC269C is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 38 | 156 | - |
| CMYK | 0 | 0.83 | 0.29 | 0.14 |
| HSL | 321.1º | 0.72% | 0.51% | - |
| HSV(B) | 321.1º | 0.83% | 0.86% | - |
| XYZ | 36.21 | 19 | 33.21 | - |
| YUV | 105.87 | 156.3 | 209.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 38 | 156 | 0 | 0.83 | 0.29 | 0.14 | 321.1 | 0.72 | 0.51 |
| Hex | DC | 26 | 9C | 0 | 53 | 1D | E | 141 | 48 | 33 |
| Octal | 334 | 46 | 234 | 0 | 123 | 35 | 16 | 501 | 110 | 63 |
| Binary | 11011100 | 100110 | 10011100 | 0 | 1010011 | 11101 | 1110 | 101000001 | 1001000 | 110011 |
Color Harmonies of #DC269C
Complementary color
Monochromatic Colors of #DC269C
Black with #DC269C
Text Example
Text Example
White with #DC269C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC269C; }
p { color: rgb(220,38,156); }
H1.HeaderClassName
{
color: #DC269C;
}
.AnyTagClassName
{
color: #DC269C;
}
</style>
background-color css
<style>
a { background-color: #DC269C; }
a { background-color: rgb(220,38,156); }
div.DivClassName
{
background-color: #DC269C;
}
.BgClassName
{
background-color: #DC269C;
}
</style>
border-color css
<style>
span { border-color: #DC269C; }
span { border-color: rgb(220,38,156); }
td.TdClassName
{
border-color: #DC269C;
}
.TagClassName
{
border-color: #DC269C;
}
</style>