Shades of Deep Cerise #DF3283
Tints of Deep Cerise #DF3283
RGB
CMYK
RGB Variations
Color information
#DF3283 (or 0xDF3283) is known color: Deep Cerise. HEX triplet: DF, 32 and 83. RGB value is (223,50,131). Sum of RGB (Red+Green+Blue) = 223+50+131=404 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.20% from 404); Green value is 50 (19.92% from 255 or 12.38% from 404); Blue value is 131 (51.56% from 255 or 32.43% from 404); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3283 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3283 is #20CD7C. Grayscale: #6E6E6E. Windows color (decimal): -2149757 or 8598239. OLE color: 8598239.
HSL color Cylindrical-coordinate representation of color #DF3283: hue angle of 331.91º 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 #DF3283 is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 50 | 131 | - |
| CMYK | 0 | 0.78 | 0.41 | 0.13 |
| HSL | 331.91º | 0.73% | 0.54% | - |
| HSV(B) | 331.91º | 0.78% | 0.87% | - |
| XYZ | 35.67 | 19.61 | 23.38 | - |
| YUV | 110.96 | 139.31 | 207.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 50 | 131 | 0 | 0.78 | 0.41 | 0.13 | 331.91 | 0.73 | 0.54 |
| Hex | DF | 32 | 83 | 0 | 4E | 29 | D | 14C | 49 | 36 |
| Octal | 337 | 62 | 203 | 0 | 116 | 51 | 15 | 514 | 111 | 66 |
| Binary | 11011111 | 110010 | 10000011 | 0 | 1001110 | 101001 | 1101 | 101001100 | 1001001 | 110110 |
Color Harmonies of #DF3283
Complementary color
Monochromatic Colors of #DF3283
Black with #DF3283
Text Example
Text Example
White with #DF3283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3283; }
p { color: rgb(223,50,131); }
H1.HeaderClassName
{
color: #DF3283;
}
.AnyTagClassName
{
color: #DF3283;
}
</style>
background-color css
<style>
a { background-color: #DF3283; }
a { background-color: rgb(223,50,131); }
div.DivClassName
{
background-color: #DF3283;
}
.BgClassName
{
background-color: #DF3283;
}
</style>
border-color css
<style>
span { border-color: #DF3283; }
span { border-color: rgb(223,50,131); }
td.TdClassName
{
border-color: #DF3283;
}
.TagClassName
{
border-color: #DF3283;
}
</style>