Shades of Cerise #DC2267
Tints of Cerise #DC2267
RGB
CMYK
RGB Variations
Color information
#DC2267 (or 0xDC2267) is known color: Cerise. HEX triplet: DC, 22 and 67. RGB value is (220,34,103). Sum of RGB (Red+Green+Blue) = 220+34+103=357 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.62% from 357); Green value is 34 (13.67% from 255 or 9.52% from 357); Blue value is 103 (40.62% from 255 or 28.85% from 357); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2267 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2267 is #23DD98. Grayscale: #616161. Windows color (decimal): -2350489 or 6759132. OLE color: 6759132.
HSL color Cylindrical-coordinate representation of color #DC2267: hue angle of 337.74º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC2267 is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 34 | 103 | - |
| CMYK | 0 | 0.85 | 0.53 | 0.14 |
| HSL | 337.74º | 0.73% | 0.5% | - |
| HSV(B) | 337.74º | 0.85% | 0.86% | - |
| XYZ | 32.54 | 17.34 | 14.46 | - |
| YUV | 97.48 | 131.12 | 215.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 34 | 103 | 0 | 0.85 | 0.53 | 0.14 | 337.74 | 0.73 | 0.5 |
| Hex | DC | 22 | 67 | 0 | 55 | 35 | E | 152 | 49 | 32 |
| Octal | 334 | 42 | 147 | 0 | 125 | 65 | 16 | 522 | 111 | 62 |
| Binary | 11011100 | 100010 | 1100111 | 0 | 1010101 | 110101 | 1110 | 101010010 | 1001001 | 110010 |
Color Harmonies of #DC2267
Complementary color
Monochromatic Colors of #DC2267
Black with #DC2267
Text Example
Text Example
White with #DC2267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2267; }
p { color: rgb(220,34,103); }
H1.HeaderClassName
{
color: #DC2267;
}
.AnyTagClassName
{
color: #DC2267;
}
</style>
background-color css
<style>
a { background-color: #DC2267; }
a { background-color: rgb(220,34,103); }
div.DivClassName
{
background-color: #DC2267;
}
.BgClassName
{
background-color: #DC2267;
}
</style>
border-color css
<style>
span { border-color: #DC2267; }
span { border-color: rgb(220,34,103); }
td.TdClassName
{
border-color: #DC2267;
}
.TagClassName
{
border-color: #DC2267;
}
</style>