Shades of Deep Cerise #DF3D93
Tints of Deep Cerise #DF3D93
RGB
CMYK
RGB Variations
Color information
#DF3D93 (or 0xDF3D93) is known color: Deep Cerise. HEX triplet: DF, 3D and 93. RGB value is (223,61,147). Sum of RGB (Red+Green+Blue) = 223+61+147=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 61 (24.22% from 255 or 14.15% from 431); Blue value is 147 (57.81% from 255 or 34.11% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3D93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3D93 is #20C26C. Grayscale: #777777. Windows color (decimal): -2146925 or 9649631. OLE color: 9649631.
HSL color Cylindrical-coordinate representation of color #DF3D93: hue angle of 328.15º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DF3D93 is Cyan = 0, Magento = 0.73, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 61 | 147 | - |
| CMYK | 0 | 0.73 | 0.34 | 0.13 |
| HSL | 328.15º | 0.72% | 0.56% | - |
| HSV(B) | 328.15º | 0.73% | 0.87% | - |
| XYZ | 37.37 | 21.13 | 29.71 | - |
| YUV | 119.24 | 143.67 | 202.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 61 | 147 | 0 | 0.73 | 0.34 | 0.13 | 328.15 | 0.72 | 0.56 |
| Hex | DF | 3D | 93 | 0 | 49 | 22 | D | 148 | 48 | 38 |
| Octal | 337 | 75 | 223 | 0 | 111 | 42 | 15 | 510 | 110 | 70 |
| Binary | 11011111 | 111101 | 10010011 | 0 | 1001001 | 100010 | 1101 | 101001000 | 1001000 | 111000 |
Color Harmonies of #DF3D93
Complementary color
Monochromatic Colors of #DF3D93
Black with #DF3D93
Text Example
Text Example
White with #DF3D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3D93; }
p { color: rgb(223,61,147); }
H1.HeaderClassName
{
color: #DF3D93;
}
.AnyTagClassName
{
color: #DF3D93;
}
</style>
background-color css
<style>
a { background-color: #DF3D93; }
a { background-color: rgb(223,61,147); }
div.DivClassName
{
background-color: #DF3D93;
}
.BgClassName
{
background-color: #DF3D93;
}
</style>
border-color css
<style>
span { border-color: #DF3D93; }
span { border-color: rgb(223,61,147); }
td.TdClassName
{
border-color: #DF3D93;
}
.TagClassName
{
border-color: #DF3D93;
}
</style>