Shades of Brilliant Rose #DF4CAE
Tints of Brilliant Rose #DF4CAE
RGB
CMYK
RGB Variations
Color information
#DF4CAE (or 0xDF4CAE) is known color: Brilliant Rose. HEX triplet: DF, 4C and AE. RGB value is (223,76,174). Sum of RGB (Red+Green+Blue) = 223+76+174=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 76 (30.08% from 255 or 16.07% from 473); Blue value is 174 (68.36% from 255 or 36.79% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4CAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4CAE is #20B351. Grayscale: #828282. Windows color (decimal): -2143058 or 11422943. OLE color: 11422943.
HSL color Cylindrical-coordinate representation of color #DF4CAE: hue angle of 320º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DF4CAE is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 76 | 174 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.13 |
| HSL | 320º | 0.7% | 0.59% | - |
| HSV(B) | 320º | 0.66% | 0.87% | - |
| XYZ | 40.66 | 23.91 | 42.52 | - |
| YUV | 131.13 | 152.2 | 193.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 76 | 174 | 0 | 0.66 | 0.22 | 0.13 | 320 | 0.7 | 0.59 |
| Hex | DF | 4C | AE | 0 | 42 | 16 | D | 140 | 46 | 3B |
| Octal | 337 | 114 | 256 | 0 | 102 | 26 | 15 | 500 | 106 | 73 |
| Binary | 11011111 | 1001100 | 10101110 | 0 | 1000010 | 10110 | 1101 | 101000000 | 1000110 | 111011 |
Color Harmonies of #DF4CAE
Complementary color
Monochromatic Colors of #DF4CAE
Black with #DF4CAE
Text Example
Text Example
White with #DF4CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4CAE; }
p { color: rgb(223,76,174); }
H1.HeaderClassName
{
color: #DF4CAE;
}
.AnyTagClassName
{
color: #DF4CAE;
}
</style>
background-color css
<style>
a { background-color: #DF4CAE; }
a { background-color: rgb(223,76,174); }
div.DivClassName
{
background-color: #DF4CAE;
}
.BgClassName
{
background-color: #DF4CAE;
}
</style>
border-color css
<style>
span { border-color: #DF4CAE; }
span { border-color: rgb(223,76,174); }
td.TdClassName
{
border-color: #DF4CAE;
}
.TagClassName
{
border-color: #DF4CAE;
}
</style>