Shades of Cerise #DF3068
Tints of Cerise #DF3068
RGB
CMYK
RGB Variations
Color information
#DF3068 (or 0xDF3068) is known color: Cerise. HEX triplet: DF, 30 and 68. RGB value is (223,48,104). Sum of RGB (Red+Green+Blue) = 223+48+104=375 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.47% from 375); Green value is 48 (19.14% from 255 or 12.8% from 375); Blue value is 104 (41.02% from 255 or 27.73% from 375); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3068 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3068 is #20CF97. Grayscale: #6A6A6A. Windows color (decimal): -2150296 or 6828255. OLE color: 6828255.
HSL color Cylindrical-coordinate representation of color #DF3068: hue angle of 340.8º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF3068 is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 48 | 104 | - |
| CMYK | 0 | 0.78 | 0.53 | 0.13 |
| HSL | 340.8º | 0.73% | 0.53% | - |
| HSV(B) | 340.8º | 0.78% | 0.87% | - |
| XYZ | 33.99 | 18.8 | 14.93 | - |
| YUV | 106.71 | 126.48 | 210.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 48 | 104 | 0 | 0.78 | 0.53 | 0.13 | 340.8 | 0.73 | 0.53 |
| Hex | DF | 30 | 68 | 0 | 4E | 35 | D | 155 | 49 | 35 |
| Octal | 337 | 60 | 150 | 0 | 116 | 65 | 15 | 525 | 111 | 65 |
| Binary | 11011111 | 110000 | 1101000 | 0 | 1001110 | 110101 | 1101 | 101010101 | 1001001 | 110101 |
Color Harmonies of #DF3068
Complementary color
Monochromatic Colors of #DF3068
Black with #DF3068
Text Example
Text Example
White with #DF3068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3068; }
p { color: rgb(223,48,104); }
H1.HeaderClassName
{
color: #DF3068;
}
.AnyTagClassName
{
color: #DF3068;
}
</style>
background-color css
<style>
a { background-color: #DF3068; }
a { background-color: rgb(223,48,104); }
div.DivClassName
{
background-color: #DF3068;
}
.BgClassName
{
background-color: #DF3068;
}
</style>
border-color css
<style>
span { border-color: #DF3068; }
span { border-color: rgb(223,48,104); }
td.TdClassName
{
border-color: #DF3068;
}
.TagClassName
{
border-color: #DF3068;
}
</style>