Shades of Cerise #DF2A6B
Tints of Cerise #DF2A6B
RGB
CMYK
RGB Variations
Color information
#DF2A6B (or 0xDF2A6B) is known color: Cerise. HEX triplet: DF, 2A and 6B. RGB value is (223,42,107). Sum of RGB (Red+Green+Blue) = 223+42+107=372 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.95% from 372); Green value is 42 (16.80% from 255 or 11.29% from 372); Blue value is 107 (42.19% from 255 or 28.76% from 372); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2A6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2A6B is #20D594. Grayscale: #676767. Windows color (decimal): -2151829 or 7023327. OLE color: 7023327.
HSL color Cylindrical-coordinate representation of color #DF2A6B: hue angle of 338.45º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DF2A6B is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 42 | 107 | - |
| CMYK | 0 | 0.81 | 0.52 | 0.13 |
| HSL | 338.45º | 0.74% | 0.52% | - |
| HSV(B) | 338.45º | 0.81% | 0.87% | - |
| XYZ | 33.91 | 18.41 | 15.68 | - |
| YUV | 103.53 | 129.97 | 213.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 42 | 107 | 0 | 0.81 | 0.52 | 0.13 | 338.45 | 0.74 | 0.52 |
| Hex | DF | 2A | 6B | 0 | 51 | 34 | D | 152 | 4A | 34 |
| Octal | 337 | 52 | 153 | 0 | 121 | 64 | 15 | 522 | 112 | 64 |
| Binary | 11011111 | 101010 | 1101011 | 0 | 1010001 | 110100 | 1101 | 101010010 | 1001010 | 110100 |
Color Harmonies of #DF2A6B
Complementary color
Monochromatic Colors of #DF2A6B
Black with #DF2A6B
Text Example
Text Example
White with #DF2A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2A6B; }
p { color: rgb(223,42,107); }
H1.HeaderClassName
{
color: #DF2A6B;
}
.AnyTagClassName
{
color: #DF2A6B;
}
</style>
background-color css
<style>
a { background-color: #DF2A6B; }
a { background-color: rgb(223,42,107); }
div.DivClassName
{
background-color: #DF2A6B;
}
.BgClassName
{
background-color: #DF2A6B;
}
</style>
border-color css
<style>
span { border-color: #DF2A6B; }
span { border-color: rgb(223,42,107); }
td.TdClassName
{
border-color: #DF2A6B;
}
.TagClassName
{
border-color: #DF2A6B;
}
</style>