Shades of Cerise #DC3267
Tints of Cerise #DC3267
RGB
CMYK
RGB Variations
Color information
#DC3267 (or 0xDC3267) is known color: Cerise. HEX triplet: DC, 32 and 67. RGB value is (220,50,103). Sum of RGB (Red+Green+Blue) = 220+50+103=373 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.98% from 373); Green value is 50 (19.92% from 255 or 13.40% from 373); Blue value is 103 (40.62% from 255 or 27.61% from 373); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3267 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3267 is #23CD98. Grayscale: #6A6A6A. Windows color (decimal): -2346393 or 6763228. OLE color: 6763228.
HSL color Cylindrical-coordinate representation of color #DC3267: hue angle of 341.29º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC3267 is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 50 | 103 | - |
| CMYK | 0 | 0.77 | 0.53 | 0.14 |
| HSL | 341.29º | 0.71% | 0.53% | - |
| HSV(B) | 341.29º | 0.77% | 0.86% | - |
| XYZ | 33.1 | 18.48 | 14.65 | - |
| YUV | 106.87 | 125.82 | 208.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 50 | 103 | 0 | 0.77 | 0.53 | 0.14 | 341.29 | 0.71 | 0.53 |
| Hex | DC | 32 | 67 | 0 | 4D | 35 | E | 155 | 47 | 35 |
| Octal | 334 | 62 | 147 | 0 | 115 | 65 | 16 | 525 | 107 | 65 |
| Binary | 11011100 | 110010 | 1100111 | 0 | 1001101 | 110101 | 1110 | 101010101 | 1000111 | 110101 |
Color Harmonies of #DC3267
Complementary color
Monochromatic Colors of #DC3267
Black with #DC3267
Text Example
Text Example
White with #DC3267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3267; }
p { color: rgb(220,50,103); }
H1.HeaderClassName
{
color: #DC3267;
}
.AnyTagClassName
{
color: #DC3267;
}
</style>
background-color css
<style>
a { background-color: #DC3267; }
a { background-color: rgb(220,50,103); }
div.DivClassName
{
background-color: #DC3267;
}
.BgClassName
{
background-color: #DC3267;
}
</style>
border-color css
<style>
span { border-color: #DC3267; }
span { border-color: rgb(220,50,103); }
td.TdClassName
{
border-color: #DC3267;
}
.TagClassName
{
border-color: #DC3267;
}
</style>