Shades of Brilliant Rose #DF43AB
Tints of Brilliant Rose #DF43AB
RGB
CMYK
RGB Variations
Color information
#DF43AB (or 0xDF43AB) is known color: Brilliant Rose. HEX triplet: DF, 43 and AB. RGB value is (223,67,171). Sum of RGB (Red+Green+Blue) = 223+67+171=461 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.37% from 461); Green value is 67 (26.56% from 255 or 14.53% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 223 - color contains mainly: red. Hex color #DF43AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF43AB is #20BC54. Grayscale: #7D7D7D. Windows color (decimal): -2145365 or 11224031. OLE color: 11224031.
HSL color Cylindrical-coordinate representation of color #DF43AB: hue angle of 320º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF43AB is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 67 | 171 | - |
| CMYK | 0 | 0.70 | 0.23 | 0.13 |
| HSL | 320º | 0.71% | 0.57% | - |
| HSV(B) | 320º | 0.7% | 0.87% | - |
| XYZ | 39.79 | 22.64 | 40.8 | - |
| YUV | 125.5 | 153.68 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 67 | 171 | 0 | 0.70 | 0.23 | 0.13 | 320 | 0.71 | 0.57 |
| Hex | DF | 43 | AB | 0 | 46 | 17 | D | 140 | 47 | 39 |
| Octal | 337 | 103 | 253 | 0 | 106 | 27 | 15 | 500 | 107 | 71 |
| Binary | 11011111 | 1000011 | 10101011 | 0 | 1000110 | 10111 | 1101 | 101000000 | 1000111 | 111001 |
Color Harmonies of #DF43AB
Complementary color
Monochromatic Colors of #DF43AB
Black with #DF43AB
Text Example
Text Example
White with #DF43AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF43AB; }
p { color: rgb(223,67,171); }
H1.HeaderClassName
{
color: #DF43AB;
}
.AnyTagClassName
{
color: #DF43AB;
}
</style>
background-color css
<style>
a { background-color: #DF43AB; }
a { background-color: rgb(223,67,171); }
div.DivClassName
{
background-color: #DF43AB;
}
.BgClassName
{
background-color: #DF43AB;
}
</style>
border-color css
<style>
span { border-color: #DF43AB; }
span { border-color: rgb(223,67,171); }
td.TdClassName
{
border-color: #DF43AB;
}
.TagClassName
{
border-color: #DF43AB;
}
</style>