Shades of Deep Cerise #DF257A
Tints of Deep Cerise #DF257A
RGB
CMYK
RGB Variations
Color information
#DF257A (or 0xDF257A) is known color: Deep Cerise. HEX triplet: DF, 25 and 7A. RGB value is (223,37,122). Sum of RGB (Red+Green+Blue) = 223+37+122=382 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.38% from 382); Green value is 37 (14.84% from 255 or 9.69% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 223 - color contains mainly: red. Hex color #DF257A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF257A is #20DA85. Grayscale: #666666. Windows color (decimal): -2153094 or 8005087. OLE color: 8005087.
HSL color Cylindrical-coordinate representation of color #DF257A: hue angle of 332.58º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF257A is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 37 | 122 | - |
| CMYK | 0 | 0.83 | 0.45 | 0.13 |
| HSL | 332.58º | 0.74% | 0.51% | - |
| HSV(B) | 332.58º | 0.83% | 0.87% | - |
| XYZ | 34.61 | 18.42 | 20.14 | - |
| YUV | 102.3 | 139.12 | 214.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 37 | 122 | 0 | 0.83 | 0.45 | 0.13 | 332.58 | 0.74 | 0.51 |
| Hex | DF | 25 | 7A | 0 | 53 | 2D | D | 14D | 4A | 33 |
| Octal | 337 | 45 | 172 | 0 | 123 | 55 | 15 | 515 | 112 | 63 |
| Binary | 11011111 | 100101 | 1111010 | 0 | 1010011 | 101101 | 1101 | 101001101 | 1001010 | 110011 |
Color Harmonies of #DF257A
Complementary color
Monochromatic Colors of #DF257A
Black with #DF257A
Text Example
Text Example
White with #DF257A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF257A; }
p { color: rgb(223,37,122); }
H1.HeaderClassName
{
color: #DF257A;
}
.AnyTagClassName
{
color: #DF257A;
}
</style>
background-color css
<style>
a { background-color: #DF257A; }
a { background-color: rgb(223,37,122); }
div.DivClassName
{
background-color: #DF257A;
}
.BgClassName
{
background-color: #DF257A;
}
</style>
border-color css
<style>
span { border-color: #DF257A; }
span { border-color: rgb(223,37,122); }
td.TdClassName
{
border-color: #DF257A;
}
.TagClassName
{
border-color: #DF257A;
}
</style>