Shades of Cerise #DC426B
Tints of Cerise #DC426B
RGB
CMYK
RGB Variations
Color information
#DC426B (or 0xDC426B) is known color: Cerise. HEX triplet: DC, 42 and 6B. RGB value is (220,66,107). Sum of RGB (Red+Green+Blue) = 220+66+107=393 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.98% from 393); Green value is 66 (26.17% from 255 or 16.79% from 393); Blue value is 107 (42.19% from 255 or 27.23% from 393); Max value from RGB is 220 - color contains mainly: red. Hex color #DC426B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC426B is #23BD94. Grayscale: #747474. Windows color (decimal): -2342293 or 7029468. OLE color: 7029468.
HSL color Cylindrical-coordinate representation of color #DC426B: hue angle of 344.03º 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 #DC426B is Cyan = 0, Magento = 0.7, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 66 | 107 | - |
| CMYK | 0 | 0.7 | 0.51 | 0.14 |
| HSL | 344.03º | 0.69% | 0.56% | - |
| HSV(B) | 344.03º | 0.7% | 0.86% | - |
| XYZ | 34.12 | 20.17 | 16.01 | - |
| YUV | 116.72 | 122.52 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 66 | 107 | 0 | 0.7 | 0.51 | 0.14 | 344.03 | 0.69 | 0.56 |
| Hex | DC | 42 | 6B | 0 | 46 | 33 | E | 158 | 45 | 38 |
| Octal | 334 | 102 | 153 | 0 | 106 | 63 | 16 | 530 | 105 | 70 |
| Binary | 11011100 | 1000010 | 1101011 | 0 | 1000110 | 110011 | 1110 | 101011000 | 1000101 | 111000 |
Color Harmonies of #DC426B
Complementary color
Monochromatic Colors of #DC426B
Black with #DC426B
Text Example
Text Example
White with #DC426B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC426B; }
p { color: rgb(220,66,107); }
H1.HeaderClassName
{
color: #DC426B;
}
.AnyTagClassName
{
color: #DC426B;
}
</style>
background-color css
<style>
a { background-color: #DC426B; }
a { background-color: rgb(220,66,107); }
div.DivClassName
{
background-color: #DC426B;
}
.BgClassName
{
background-color: #DC426B;
}
</style>
border-color css
<style>
span { border-color: #DC426B; }
span { border-color: rgb(220,66,107); }
td.TdClassName
{
border-color: #DC426B;
}
.TagClassName
{
border-color: #DC426B;
}
</style>