Shades of Brilliant Rose #DF43AD
Tints of Brilliant Rose #DF43AD
RGB
CMYK
RGB Variations
Color information
#DF43AD (or 0xDF43AD) is known color: Brilliant Rose. HEX triplet: DF, 43 and AD. RGB value is (223,67,173). Sum of RGB (Red+Green+Blue) = 223+67+173=463 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.16% from 463); Green value is 67 (26.56% from 255 or 14.47% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 223 - color contains mainly: red. Hex color #DF43AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF43AD is #20BC52. Grayscale: #7D7D7D. Windows color (decimal): -2145363 or 11355103. OLE color: 11355103.
HSL color Cylindrical-coordinate representation of color #DF43AD: hue angle of 319.23º 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 #DF43AD is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 67 | 173 | - |
| CMYK | 0 | 0.70 | 0.22 | 0.13 |
| HSL | 319.23º | 0.71% | 0.57% | - |
| HSV(B) | 319.23º | 0.7% | 0.87% | - |
| XYZ | 39.98 | 22.72 | 41.81 | - |
| YUV | 125.73 | 154.68 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 67 | 173 | 0 | 0.70 | 0.22 | 0.13 | 319.23 | 0.71 | 0.57 |
| Hex | DF | 43 | AD | 0 | 46 | 16 | D | 13F | 47 | 39 |
| Octal | 337 | 103 | 255 | 0 | 106 | 26 | 15 | 477 | 107 | 71 |
| Binary | 11011111 | 1000011 | 10101101 | 0 | 1000110 | 10110 | 1101 | 100111111 | 1000111 | 111001 |
Color Harmonies of #DF43AD
Complementary color
Monochromatic Colors of #DF43AD
Black with #DF43AD
Text Example
Text Example
White with #DF43AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF43AD; }
p { color: rgb(223,67,173); }
H1.HeaderClassName
{
color: #DF43AD;
}
.AnyTagClassName
{
color: #DF43AD;
}
</style>
background-color css
<style>
a { background-color: #DF43AD; }
a { background-color: rgb(223,67,173); }
div.DivClassName
{
background-color: #DF43AD;
}
.BgClassName
{
background-color: #DF43AD;
}
</style>
border-color css
<style>
span { border-color: #DF43AD; }
span { border-color: rgb(223,67,173); }
td.TdClassName
{
border-color: #DF43AD;
}
.TagClassName
{
border-color: #DF43AD;
}
</style>