Shades of Deep Cerise #DF3CA5
Tints of Deep Cerise #DF3CA5
RGB
CMYK
RGB Variations
Color information
#DF3CA5 (or 0xDF3CA5) is known color: Deep Cerise. HEX triplet: DF, 3C and A5. RGB value is (223,60,165). Sum of RGB (Red+Green+Blue) = 223+60+165=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 60 (23.83% from 255 or 13.39% from 448); Blue value is 165 (64.84% from 255 or 36.83% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3CA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3CA5 is #20C35A. Grayscale: #787878. Windows color (decimal): -2147163 or 10829023. OLE color: 10829023.
HSL color Cylindrical-coordinate representation of color #DF3CA5: hue angle of 321.35º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DF3CA5 is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 60 | 165 | - |
| CMYK | 0 | 0.73 | 0.26 | 0.13 |
| HSL | 321.35º | 0.72% | 0.55% | - |
| HSV(B) | 321.35º | 0.73% | 0.87% | - |
| XYZ | 38.84 | 21.64 | 37.73 | - |
| YUV | 120.71 | 153 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 60 | 165 | 0 | 0.73 | 0.26 | 0.13 | 321.35 | 0.72 | 0.55 |
| Hex | DF | 3C | A5 | 0 | 49 | 1A | D | 141 | 48 | 37 |
| Octal | 337 | 74 | 245 | 0 | 111 | 32 | 15 | 501 | 110 | 67 |
| Binary | 11011111 | 111100 | 10100101 | 0 | 1001001 | 11010 | 1101 | 101000001 | 1001000 | 110111 |
Color Harmonies of #DF3CA5
Complementary color
Monochromatic Colors of #DF3CA5
Black with #DF3CA5
Text Example
Text Example
White with #DF3CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3CA5; }
p { color: rgb(223,60,165); }
H1.HeaderClassName
{
color: #DF3CA5;
}
.AnyTagClassName
{
color: #DF3CA5;
}
</style>
background-color css
<style>
a { background-color: #DF3CA5; }
a { background-color: rgb(223,60,165); }
div.DivClassName
{
background-color: #DF3CA5;
}
.BgClassName
{
background-color: #DF3CA5;
}
</style>
border-color css
<style>
span { border-color: #DF3CA5; }
span { border-color: rgb(223,60,165); }
td.TdClassName
{
border-color: #DF3CA5;
}
.TagClassName
{
border-color: #DF3CA5;
}
</style>