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