Shades of Cerise #DC3369
Tints of Cerise #DC3369
RGB
CMYK
RGB Variations
Color information
#DC3369 (or 0xDC3369) is known color: Cerise. HEX triplet: DC, 33 and 69. RGB value is (220,51,105). Sum of RGB (Red+Green+Blue) = 220+51+105=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 51 (20.31% from 255 or 13.56% from 376); Blue value is 105 (41.41% from 255 or 27.93% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3369 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3369 is #23CC96. Grayscale: #6B6B6B. Windows color (decimal): -2346135 or 6894556. OLE color: 6894556.
HSL color Cylindrical-coordinate representation of color #DC3369: hue angle of 340.83º 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 #DC3369 is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 51 | 105 | - |
| CMYK | 0 | 0.77 | 0.52 | 0.14 |
| HSL | 340.83º | 0.71% | 0.53% | - |
| HSV(B) | 340.83º | 0.77% | 0.86% | - |
| XYZ | 33.25 | 18.6 | 15.2 | - |
| YUV | 107.69 | 126.49 | 208.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 51 | 105 | 0 | 0.77 | 0.52 | 0.14 | 340.83 | 0.71 | 0.53 |
| Hex | DC | 33 | 69 | 0 | 4D | 34 | E | 155 | 47 | 35 |
| Octal | 334 | 63 | 151 | 0 | 115 | 64 | 16 | 525 | 107 | 65 |
| Binary | 11011100 | 110011 | 1101001 | 0 | 1001101 | 110100 | 1110 | 101010101 | 1000111 | 110101 |
Color Harmonies of #DC3369
Complementary color
Monochromatic Colors of #DC3369
Black with #DC3369
Text Example
Text Example
White with #DC3369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3369; }
p { color: rgb(220,51,105); }
H1.HeaderClassName
{
color: #DC3369;
}
.AnyTagClassName
{
color: #DC3369;
}
</style>
background-color css
<style>
a { background-color: #DC3369; }
a { background-color: rgb(220,51,105); }
div.DivClassName
{
background-color: #DC3369;
}
.BgClassName
{
background-color: #DC3369;
}
</style>
border-color css
<style>
span { border-color: #DC3369; }
span { border-color: rgb(220,51,105); }
td.TdClassName
{
border-color: #DC3369;
}
.TagClassName
{
border-color: #DC3369;
}
</style>