Shades of Cerise #DF3063
Tints of Cerise #DF3063
RGB
CMYK
RGB Variations
Color information
#DF3063 (or 0xDF3063) is known color: Cerise. HEX triplet: DF, 30 and 63. RGB value is (223,48,99). Sum of RGB (Red+Green+Blue) = 223+48+99=370 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.27% from 370); Green value is 48 (19.14% from 255 or 12.97% from 370); Blue value is 99 (39.06% from 255 or 26.76% from 370); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3063 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3063 is #20CF9C. Grayscale: #6A6A6A. Windows color (decimal): -2150301 or 6500575. OLE color: 6500575.
HSL color Cylindrical-coordinate representation of color #DF3063: hue angle of 342.51º 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 #DF3063 is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 48 | 99 | - |
| CMYK | 0 | 0.78 | 0.56 | 0.13 |
| HSL | 342.51º | 0.73% | 0.53% | - |
| HSV(B) | 342.51º | 0.78% | 0.87% | - |
| XYZ | 33.74 | 18.7 | 13.64 | - |
| YUV | 106.14 | 123.98 | 211.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 48 | 99 | 0 | 0.78 | 0.56 | 0.13 | 342.51 | 0.73 | 0.53 |
| Hex | DF | 30 | 63 | 0 | 4E | 38 | D | 157 | 49 | 35 |
| Octal | 337 | 60 | 143 | 0 | 116 | 70 | 15 | 527 | 111 | 65 |
| Binary | 11011111 | 110000 | 1100011 | 0 | 1001110 | 111000 | 1101 | 101010111 | 1001001 | 110101 |
Color Harmonies of #DF3063
Complementary color
Monochromatic Colors of #DF3063
Black with #DF3063
Text Example
Text Example
White with #DF3063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3063; }
p { color: rgb(223,48,99); }
H1.HeaderClassName
{
color: #DF3063;
}
.AnyTagClassName
{
color: #DF3063;
}
</style>
background-color css
<style>
a { background-color: #DF3063; }
a { background-color: rgb(223,48,99); }
div.DivClassName
{
background-color: #DF3063;
}
.BgClassName
{
background-color: #DF3063;
}
</style>
border-color css
<style>
span { border-color: #DF3063; }
span { border-color: rgb(223,48,99); }
td.TdClassName
{
border-color: #DF3063;
}
.TagClassName
{
border-color: #DF3063;
}
</style>