Shades of Cerise #DC256A
Tints of Cerise #DC256A
RGB
CMYK
RGB Variations
Color information
#DC256A (or 0xDC256A) is known color: Cerise. HEX triplet: DC, 25 and 6A. RGB value is (220,37,106). Sum of RGB (Red+Green+Blue) = 220+37+106=363 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.61% from 363); Green value is 37 (14.84% from 255 or 10.19% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 220 - color contains mainly: red. Hex color #DC256A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC256A is #23DA95. Grayscale: #636363. Windows color (decimal): -2349718 or 6956508. OLE color: 6956508.
HSL color Cylindrical-coordinate representation of color #DC256A: hue angle of 337.38º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC256A is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 37 | 106 | - |
| CMYK | 0 | 0.83 | 0.52 | 0.14 |
| HSL | 337.38º | 0.72% | 0.5% | - |
| HSV(B) | 337.38º | 0.83% | 0.86% | - |
| XYZ | 32.78 | 17.58 | 15.3 | - |
| YUV | 99.58 | 131.63 | 213.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 37 | 106 | 0 | 0.83 | 0.52 | 0.14 | 337.38 | 0.72 | 0.5 |
| Hex | DC | 25 | 6A | 0 | 53 | 34 | E | 151 | 48 | 32 |
| Octal | 334 | 45 | 152 | 0 | 123 | 64 | 16 | 521 | 110 | 62 |
| Binary | 11011100 | 100101 | 1101010 | 0 | 1010011 | 110100 | 1110 | 101010001 | 1001000 | 110010 |
Color Harmonies of #DC256A
Complementary color
Monochromatic Colors of #DC256A
Black with #DC256A
Text Example
Text Example
White with #DC256A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC256A; }
p { color: rgb(220,37,106); }
H1.HeaderClassName
{
color: #DC256A;
}
.AnyTagClassName
{
color: #DC256A;
}
</style>
background-color css
<style>
a { background-color: #DC256A; }
a { background-color: rgb(220,37,106); }
div.DivClassName
{
background-color: #DC256A;
}
.BgClassName
{
background-color: #DC256A;
}
</style>
border-color css
<style>
span { border-color: #DC256A; }
span { border-color: rgb(220,37,106); }
td.TdClassName
{
border-color: #DC256A;
}
.TagClassName
{
border-color: #DC256A;
}
</style>