Shades of Cerise #DF2B6A
Tints of Cerise #DF2B6A
RGB
CMYK
RGB Variations
Color information
#DF2B6A (or 0xDF2B6A) is known color: Cerise. HEX triplet: DF, 2B and 6A. RGB value is (223,43,106). Sum of RGB (Red+Green+Blue) = 223+43+106=372 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.95% from 372); Green value is 43 (17.19% from 255 or 11.56% from 372); Blue value is 106 (41.80% from 255 or 28.49% from 372); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2B6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2B6A is #20D495. Grayscale: #676767. Windows color (decimal): -2151574 or 6958047. OLE color: 6958047.
HSL color Cylindrical-coordinate representation of color #DF2B6A: hue angle of 339º 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 #DF2B6A is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 43 | 106 | - |
| CMYK | 0 | 0.81 | 0.52 | 0.13 |
| HSL | 339º | 0.74% | 0.52% | - |
| HSV(B) | 339º | 0.81% | 0.87% | - |
| XYZ | 33.9 | 18.46 | 15.41 | - |
| YUV | 104 | 129.13 | 212.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 43 | 106 | 0 | 0.81 | 0.52 | 0.13 | 339 | 0.74 | 0.52 |
| Hex | DF | 2B | 6A | 0 | 51 | 34 | D | 153 | 4A | 34 |
| Octal | 337 | 53 | 152 | 0 | 121 | 64 | 15 | 523 | 112 | 64 |
| Binary | 11011111 | 101011 | 1101010 | 0 | 1010001 | 110100 | 1101 | 101010011 | 1001010 | 110100 |
Color Harmonies of #DF2B6A
Complementary color
Monochromatic Colors of #DF2B6A
Black with #DF2B6A
Text Example
Text Example
White with #DF2B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2B6A; }
p { color: rgb(223,43,106); }
H1.HeaderClassName
{
color: #DF2B6A;
}
.AnyTagClassName
{
color: #DF2B6A;
}
</style>
background-color css
<style>
a { background-color: #DF2B6A; }
a { background-color: rgb(223,43,106); }
div.DivClassName
{
background-color: #DF2B6A;
}
.BgClassName
{
background-color: #DF2B6A;
}
</style>
border-color css
<style>
span { border-color: #DF2B6A; }
span { border-color: rgb(223,43,106); }
td.TdClassName
{
border-color: #DF2B6A;
}
.TagClassName
{
border-color: #DF2B6A;
}
</style>