Shades of Brilliant Rose #DF43B0
Tints of Brilliant Rose #DF43B0
RGB
CMYK
RGB Variations
Color information
#DF43B0 (or 0xDF43B0) is known color: Brilliant Rose. HEX triplet: DF, 43 and B0. RGB value is (223,67,176). Sum of RGB (Red+Green+Blue) = 223+67+176=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 67 (26.56% from 255 or 14.38% from 466); Blue value is 176 (69.14% from 255 or 37.77% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DF43B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF43B0 is #20BC4F. Grayscale: #7D7D7D. Windows color (decimal): -2145360 or 11551711. OLE color: 11551711.
HSL color Cylindrical-coordinate representation of color #DF43B0: hue angle of 318.08º 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 #DF43B0 is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 67 | 176 | - |
| CMYK | 0 | 0.70 | 0.21 | 0.13 |
| HSL | 318.08º | 0.71% | 0.57% | - |
| HSV(B) | 318.08º | 0.7% | 0.87% | - |
| XYZ | 40.28 | 22.84 | 43.36 | - |
| YUV | 126.07 | 156.18 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 67 | 176 | 0 | 0.70 | 0.21 | 0.13 | 318.08 | 0.71 | 0.57 |
| Hex | DF | 43 | B0 | 0 | 46 | 15 | D | 13E | 47 | 39 |
| Octal | 337 | 103 | 260 | 0 | 106 | 25 | 15 | 476 | 107 | 71 |
| Binary | 11011111 | 1000011 | 10110000 | 0 | 1000110 | 10101 | 1101 | 100111110 | 1000111 | 111001 |
Color Harmonies of #DF43B0
Complementary color
Monochromatic Colors of #DF43B0
Black with #DF43B0
Text Example
Text Example
White with #DF43B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF43B0; }
p { color: rgb(223,67,176); }
H1.HeaderClassName
{
color: #DF43B0;
}
.AnyTagClassName
{
color: #DF43B0;
}
</style>
background-color css
<style>
a { background-color: #DF43B0; }
a { background-color: rgb(223,67,176); }
div.DivClassName
{
background-color: #DF43B0;
}
.BgClassName
{
background-color: #DF43B0;
}
</style>
border-color css
<style>
span { border-color: #DF43B0; }
span { border-color: rgb(223,67,176); }
td.TdClassName
{
border-color: #DF43B0;
}
.TagClassName
{
border-color: #DF43B0;
}
</style>