Shades of Brilliant Rose #DF4FAB
Tints of Brilliant Rose #DF4FAB
RGB
CMYK
RGB Variations
Color information
#DF4FAB (or 0xDF4FAB) is known color: Brilliant Rose. HEX triplet: DF, 4F and AB. RGB value is (223,79,171). Sum of RGB (Red+Green+Blue) = 223+79+171=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 79 (31.25% from 255 or 16.70% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF4FAB is #20B054. Grayscale: #848484. Windows color (decimal): -2142293 or 11227103. OLE color: 11227103.
HSL color Cylindrical-coordinate representation of color #DF4FAB: hue angle of 321.67º degrees, saturation: 0.69, 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 #DF4FAB is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 79 | 171 | - |
| CMYK | 0 | 0.65 | 0.23 | 0.13 |
| HSL | 321.67º | 0.69% | 0.59% | - |
| HSV(B) | 321.67º | 0.65% | 0.87% | - |
| XYZ | 40.58 | 24.22 | 41.06 | - |
| YUV | 132.54 | 149.71 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 79 | 171 | 0 | 0.65 | 0.23 | 0.13 | 321.67 | 0.69 | 0.59 |
| Hex | DF | 4F | AB | 0 | 41 | 17 | D | 142 | 45 | 3B |
| Octal | 337 | 117 | 253 | 0 | 101 | 27 | 15 | 502 | 105 | 73 |
| Binary | 11011111 | 1001111 | 10101011 | 0 | 1000001 | 10111 | 1101 | 101000010 | 1000101 | 111011 |
Color Harmonies of #DF4FAB
Complementary color
Monochromatic Colors of #DF4FAB
Black with #DF4FAB
Text Example
Text Example
White with #DF4FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4FAB; }
p { color: rgb(223,79,171); }
H1.HeaderClassName
{
color: #DF4FAB;
}
.AnyTagClassName
{
color: #DF4FAB;
}
</style>
background-color css
<style>
a { background-color: #DF4FAB; }
a { background-color: rgb(223,79,171); }
div.DivClassName
{
background-color: #DF4FAB;
}
.BgClassName
{
background-color: #DF4FAB;
}
</style>
border-color css
<style>
span { border-color: #DF4FAB; }
span { border-color: rgb(223,79,171); }
td.TdClassName
{
border-color: #DF4FAB;
}
.TagClassName
{
border-color: #DF4FAB;
}
</style>