Shades of Brilliant Rose #DF4DAE
Tints of Brilliant Rose #DF4DAE
RGB
CMYK
RGB Variations
Color information
#DF4DAE (or 0xDF4DAE) is known color: Brilliant Rose. HEX triplet: DF, 4D and AE. RGB value is (223,77,174). Sum of RGB (Red+Green+Blue) = 223+77+174=474 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.05% from 474); Green value is 77 (30.47% from 255 or 16.24% from 474); Blue value is 174 (68.36% from 255 or 36.71% from 474); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF4DAE is #20B251. Grayscale: #838383. Windows color (decimal): -2142802 or 11423199. OLE color: 11423199.
HSL color Cylindrical-coordinate representation of color #DF4DAE: hue angle of 320.14º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DF4DAE is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 77 | 174 | - |
| CMYK | 0 | 0.65 | 0.22 | 0.13 |
| HSL | 320.14º | 0.7% | 0.59% | - |
| HSV(B) | 320.14º | 0.65% | 0.87% | - |
| XYZ | 40.73 | 24.05 | 42.54 | - |
| YUV | 131.71 | 151.87 | 193.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 77 | 174 | 0 | 0.65 | 0.22 | 0.13 | 320.14 | 0.7 | 0.59 |
| Hex | DF | 4D | AE | 0 | 41 | 16 | D | 140 | 46 | 3B |
| Octal | 337 | 115 | 256 | 0 | 101 | 26 | 15 | 500 | 106 | 73 |
| Binary | 11011111 | 1001101 | 10101110 | 0 | 1000001 | 10110 | 1101 | 101000000 | 1000110 | 111011 |
Color Harmonies of #DF4DAE
Complementary color
Monochromatic Colors of #DF4DAE
Black with #DF4DAE
Text Example
Text Example
White with #DF4DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4DAE; }
p { color: rgb(223,77,174); }
H1.HeaderClassName
{
color: #DF4DAE;
}
.AnyTagClassName
{
color: #DF4DAE;
}
</style>
background-color css
<style>
a { background-color: #DF4DAE; }
a { background-color: rgb(223,77,174); }
div.DivClassName
{
background-color: #DF4DAE;
}
.BgClassName
{
background-color: #DF4DAE;
}
</style>
border-color css
<style>
span { border-color: #DF4DAE; }
span { border-color: rgb(223,77,174); }
td.TdClassName
{
border-color: #DF4DAE;
}
.TagClassName
{
border-color: #DF4DAE;
}
</style>