Shades of Brilliant Rose #DF44B0
Tints of Brilliant Rose #DF44B0
RGB
CMYK
RGB Variations
Color information
#DF44B0 (or 0xDF44B0) is known color: Brilliant Rose. HEX triplet: DF, 44 and B0. RGB value is (223,68,176). Sum of RGB (Red+Green+Blue) = 223+68+176=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 68 (26.95% from 255 or 14.56% from 467); Blue value is 176 (69.14% from 255 or 37.69% from 467); Max value from RGB is 223 - color contains mainly: red. Hex color #DF44B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF44B0 is #20BB4F. Grayscale: #7E7E7E. Windows color (decimal): -2145104 or 11551967. OLE color: 11551967.
HSL color Cylindrical-coordinate representation of color #DF44B0: hue angle of 318.19º 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 #DF44B0 is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 68 | 176 | - |
| CMYK | 0 | 0.70 | 0.21 | 0.13 |
| HSL | 318.19º | 0.71% | 0.57% | - |
| HSV(B) | 318.19º | 0.7% | 0.87% | - |
| XYZ | 40.34 | 22.96 | 43.38 | - |
| YUV | 126.66 | 155.85 | 196.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 68 | 176 | 0 | 0.70 | 0.21 | 0.13 | 318.19 | 0.71 | 0.57 |
| Hex | DF | 44 | B0 | 0 | 46 | 15 | D | 13E | 47 | 39 |
| Octal | 337 | 104 | 260 | 0 | 106 | 25 | 15 | 476 | 107 | 71 |
| Binary | 11011111 | 1000100 | 10110000 | 0 | 1000110 | 10101 | 1101 | 100111110 | 1000111 | 111001 |
Color Harmonies of #DF44B0
Complementary color
Monochromatic Colors of #DF44B0
Black with #DF44B0
Text Example
Text Example
White with #DF44B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF44B0; }
p { color: rgb(223,68,176); }
H1.HeaderClassName
{
color: #DF44B0;
}
.AnyTagClassName
{
color: #DF44B0;
}
</style>
background-color css
<style>
a { background-color: #DF44B0; }
a { background-color: rgb(223,68,176); }
div.DivClassName
{
background-color: #DF44B0;
}
.BgClassName
{
background-color: #DF44B0;
}
</style>
border-color css
<style>
span { border-color: #DF44B0; }
span { border-color: rgb(223,68,176); }
td.TdClassName
{
border-color: #DF44B0;
}
.TagClassName
{
border-color: #DF44B0;
}
</style>