Shades of Cerise #DC2769
Tints of Cerise #DC2769
RGB
CMYK
RGB Variations
Color information
#DC2769 (or 0xDC2769) is known color: Cerise. HEX triplet: DC, 27 and 69. RGB value is (220,39,105). Sum of RGB (Red+Green+Blue) = 220+39+105=364 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.44% from 364); Green value is 39 (15.62% from 255 or 10.71% from 364); Blue value is 105 (41.41% from 255 or 28.85% from 364); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2769 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2769 is #23D896. Grayscale: #646464. Windows color (decimal): -2349207 or 6891484. OLE color: 6891484.
HSL color Cylindrical-coordinate representation of color #DC2769: hue angle of 338.12º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC2769 is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 39 | 105 | - |
| CMYK | 0 | 0.82 | 0.52 | 0.14 |
| HSL | 338.12º | 0.72% | 0.51% | - |
| HSV(B) | 338.12º | 0.82% | 0.86% | - |
| XYZ | 32.79 | 17.69 | 15.05 | - |
| YUV | 100.64 | 130.47 | 213.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 39 | 105 | 0 | 0.82 | 0.52 | 0.14 | 338.12 | 0.72 | 0.51 |
| Hex | DC | 27 | 69 | 0 | 52 | 34 | E | 152 | 48 | 33 |
| Octal | 334 | 47 | 151 | 0 | 122 | 64 | 16 | 522 | 110 | 63 |
| Binary | 11011100 | 100111 | 1101001 | 0 | 1010010 | 110100 | 1110 | 101010010 | 1001000 | 110011 |
Color Harmonies of #DC2769
Complementary color
Monochromatic Colors of #DC2769
Black with #DC2769
Text Example
Text Example
White with #DC2769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2769; }
p { color: rgb(220,39,105); }
H1.HeaderClassName
{
color: #DC2769;
}
.AnyTagClassName
{
color: #DC2769;
}
</style>
background-color css
<style>
a { background-color: #DC2769; }
a { background-color: rgb(220,39,105); }
div.DivClassName
{
background-color: #DC2769;
}
.BgClassName
{
background-color: #DC2769;
}
</style>
border-color css
<style>
span { border-color: #DC2769; }
span { border-color: rgb(220,39,105); }
td.TdClassName
{
border-color: #DC2769;
}
.TagClassName
{
border-color: #DC2769;
}
</style>