Shades of Cerise #DF3265
Tints of Cerise #DF3265
RGB
CMYK
RGB Variations
Color information
#DF3265 (or 0xDF3265) is known color: Cerise. HEX triplet: DF, 32 and 65. RGB value is (223,50,101). Sum of RGB (Red+Green+Blue) = 223+50+101=374 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.63% from 374); Green value is 50 (19.92% from 255 or 13.37% from 374); Blue value is 101 (39.84% from 255 or 27.01% from 374); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3265 is #20CD9A. Grayscale: #6B6B6B. Windows color (decimal): -2149787 or 6632159. OLE color: 6632159.
HSL color Cylindrical-coordinate representation of color #DF3265: hue angle of 342.31º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF3265 is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 50 | 101 | - |
| CMYK | 0 | 0.78 | 0.55 | 0.13 |
| HSL | 342.31º | 0.73% | 0.54% | - |
| HSV(B) | 342.31º | 0.78% | 0.87% | - |
| XYZ | 33.92 | 18.91 | 14.17 | - |
| YUV | 107.54 | 124.31 | 210.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 50 | 101 | 0 | 0.78 | 0.55 | 0.13 | 342.31 | 0.73 | 0.54 |
| Hex | DF | 32 | 65 | 0 | 4E | 37 | D | 156 | 49 | 36 |
| Octal | 337 | 62 | 145 | 0 | 116 | 67 | 15 | 526 | 111 | 66 |
| Binary | 11011111 | 110010 | 1100101 | 0 | 1001110 | 110111 | 1101 | 101010110 | 1001001 | 110110 |
Color Harmonies of #DF3265
Complementary color
Monochromatic Colors of #DF3265
Black with #DF3265
Text Example
Text Example
White with #DF3265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3265; }
p { color: rgb(223,50,101); }
H1.HeaderClassName
{
color: #DF3265;
}
.AnyTagClassName
{
color: #DF3265;
}
</style>
background-color css
<style>
a { background-color: #DF3265; }
a { background-color: rgb(223,50,101); }
div.DivClassName
{
background-color: #DF3265;
}
.BgClassName
{
background-color: #DF3265;
}
</style>
border-color css
<style>
span { border-color: #DF3265; }
span { border-color: rgb(223,50,101); }
td.TdClassName
{
border-color: #DF3265;
}
.TagClassName
{
border-color: #DF3265;
}
</style>