Shades of Cerise #DF3070
Tints of Cerise #DF3070
RGB
CMYK
RGB Variations
Color information
#DF3070 (or 0xDF3070) is known color: Cerise. HEX triplet: DF, 30 and 70. RGB value is (223,48,112). Sum of RGB (Red+Green+Blue) = 223+48+112=383 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.22% from 383); Green value is 48 (19.14% from 255 or 12.53% from 383); Blue value is 112 (44.14% from 255 or 29.24% from 383); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3070 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3070 is #20CF8F. Grayscale: #6B6B6B. Windows color (decimal): -2150288 or 7352543. OLE color: 7352543.
HSL color Cylindrical-coordinate representation of color #DF3070: hue angle of 338.06º 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 #DF3070 is Cyan = 0, Magento = 0.78, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 48 | 112 | - |
CMYK | 0 | 0.78 | 0.50 | 0.13 |
HSL | 338.06º | 0.73% | 0.53% | - |
HSV(B) | 338.06º | 0.78% | 0.87% | - |
XYZ | 34.41 | 18.97 | 17.18 | - |
YUV | 107.62 | 130.48 | 210.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 48 | 112 | 0 | 0.78 | 0.50 | 0.13 | 338.06 | 0.73 | 0.53 |
Hex | DF | 30 | 70 | 0 | 4E | 32 | D | 152 | 49 | 35 |
Octal | 337 | 60 | 160 | 0 | 116 | 62 | 15 | 522 | 111 | 65 |
Binary | 11011111 | 110000 | 1110000 | 0 | 1001110 | 110010 | 1101 | 101010010 | 1001001 | 110101 |
Color Harmonies of #DF3070
Complementary color
Monochromatic Colors of #DF3070
Black with #DF3070
Text Example
Text Example
White with #DF3070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3070; }
p { color: rgb(223,48,112); }
H1.HeaderClassName
{
color: #DF3070;
}
.AnyTagClassName
{
color: #DF3070;
}
</style>
background-color css
<style>
a { background-color: #DF3070; }
a { background-color: rgb(223,48,112); }
div.DivClassName
{
background-color: #DF3070;
}
.BgClassName
{
background-color: #DF3070;
}
</style>
border-color css
<style>
span { border-color: #DF3070; }
span { border-color: rgb(223,48,112); }
td.TdClassName
{
border-color: #DF3070;
}
.TagClassName
{
border-color: #DF3070;
}
</style>