Shades of Cerise #DC3B67
Tints of Cerise #DC3B67
RGB
CMYK
RGB Variations
Color information
#DC3B67 (or 0xDC3B67) is known color: Cerise. HEX triplet: DC, 3B and 67. RGB value is (220,59,103). Sum of RGB (Red+Green+Blue) = 220+59+103=382 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.59% from 382); Green value is 59 (23.44% from 255 or 15.45% from 382); Blue value is 103 (40.62% from 255 or 26.96% from 382); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3B67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3B67 is #23C498. Grayscale: #707070. Windows color (decimal): -2344089 or 6765532. OLE color: 6765532.
HSL color Cylindrical-coordinate representation of color #DC3B67: hue angle of 343.6º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DC3B67 is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 59 | 103 | - |
| CMYK | 0 | 0.73 | 0.53 | 0.14 |
| HSL | 343.6º | 0.7% | 0.55% | - |
| HSV(B) | 343.6º | 0.73% | 0.86% | - |
| XYZ | 33.53 | 19.32 | 14.79 | - |
| YUV | 112.16 | 122.84 | 204.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 59 | 103 | 0 | 0.73 | 0.53 | 0.14 | 343.6 | 0.7 | 0.55 |
| Hex | DC | 3B | 67 | 0 | 49 | 35 | E | 158 | 46 | 37 |
| Octal | 334 | 73 | 147 | 0 | 111 | 65 | 16 | 530 | 106 | 67 |
| Binary | 11011100 | 111011 | 1100111 | 0 | 1001001 | 110101 | 1110 | 101011000 | 1000110 | 110111 |
Color Harmonies of #DC3B67
Complementary color
Monochromatic Colors of #DC3B67
Black with #DC3B67
Text Example
Text Example
White with #DC3B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3B67; }
p { color: rgb(220,59,103); }
H1.HeaderClassName
{
color: #DC3B67;
}
.AnyTagClassName
{
color: #DC3B67;
}
</style>
background-color css
<style>
a { background-color: #DC3B67; }
a { background-color: rgb(220,59,103); }
div.DivClassName
{
background-color: #DC3B67;
}
.BgClassName
{
background-color: #DC3B67;
}
</style>
border-color css
<style>
span { border-color: #DC3B67; }
span { border-color: rgb(220,59,103); }
td.TdClassName
{
border-color: #DC3B67;
}
.TagClassName
{
border-color: #DC3B67;
}
</style>