Shades of Cerise #DC4265
Tints of Cerise #DC4265
RGB
CMYK
RGB Variations
Color information
#DC4265 (or 0xDC4265) is known color: Cerise. HEX triplet: DC, 42 and 65. RGB value is (220,66,101). Sum of RGB (Red+Green+Blue) = 220+66+101=387 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.85% from 387); Green value is 66 (26.17% from 255 or 17.05% from 387); Blue value is 101 (39.84% from 255 or 26.10% from 387); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4265 is #23BD9A. Grayscale: #747474. Windows color (decimal): -2342299 or 6636252. OLE color: 6636252.
HSL color Cylindrical-coordinate representation of color #DC4265: hue angle of 346.36º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC4265 is Cyan = 0, Magento = 0.7, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 66 | 101 | - |
| CMYK | 0 | 0.7 | 0.54 | 0.14 |
| HSL | 346.36º | 0.69% | 0.56% | - |
| HSV(B) | 346.36º | 0.7% | 0.86% | - |
| XYZ | 33.81 | 20.05 | 14.4 | - |
| YUV | 116.04 | 119.52 | 202.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 66 | 101 | 0 | 0.7 | 0.54 | 0.14 | 346.36 | 0.69 | 0.56 |
| Hex | DC | 42 | 65 | 0 | 46 | 36 | E | 15A | 45 | 38 |
| Octal | 334 | 102 | 145 | 0 | 106 | 66 | 16 | 532 | 105 | 70 |
| Binary | 11011100 | 1000010 | 1100101 | 0 | 1000110 | 110110 | 1110 | 101011010 | 1000101 | 111000 |
Color Harmonies of #DC4265
Complementary color
Monochromatic Colors of #DC4265
Black with #DC4265
Text Example
Text Example
White with #DC4265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4265; }
p { color: rgb(220,66,101); }
H1.HeaderClassName
{
color: #DC4265;
}
.AnyTagClassName
{
color: #DC4265;
}
</style>
background-color css
<style>
a { background-color: #DC4265; }
a { background-color: rgb(220,66,101); }
div.DivClassName
{
background-color: #DC4265;
}
.BgClassName
{
background-color: #DC4265;
}
</style>
border-color css
<style>
span { border-color: #DC4265; }
span { border-color: rgb(220,66,101); }
td.TdClassName
{
border-color: #DC4265;
}
.TagClassName
{
border-color: #DC4265;
}
</style>