Shades of Brilliant Rose #DF48AB
Tints of Brilliant Rose #DF48AB
RGB
CMYK
RGB Variations
Color information
#DF48AB (or 0xDF48AB) is known color: Brilliant Rose. HEX triplet: DF, 48 and AB. RGB value is (223,72,171). Sum of RGB (Red+Green+Blue) = 223+72+171=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 72 (28.52% from 255 or 15.45% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DF48AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF48AB is #20B754. Grayscale: #808080. Windows color (decimal): -2144085 or 11225311. OLE color: 11225311.
HSL color Cylindrical-coordinate representation of color #DF48AB: hue angle of 320.66º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DF48AB is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 72 | 171 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.13 |
| HSL | 320.66º | 0.7% | 0.58% | - |
| HSV(B) | 320.66º | 0.68% | 0.87% | - |
| XYZ | 40.1 | 23.26 | 40.9 | - |
| YUV | 128.44 | 152.03 | 195.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 72 | 171 | 0 | 0.68 | 0.23 | 0.13 | 320.66 | 0.7 | 0.58 |
| Hex | DF | 48 | AB | 0 | 44 | 17 | D | 141 | 46 | 3A |
| Octal | 337 | 110 | 253 | 0 | 104 | 27 | 15 | 501 | 106 | 72 |
| Binary | 11011111 | 1001000 | 10101011 | 0 | 1000100 | 10111 | 1101 | 101000001 | 1000110 | 111010 |
Color Harmonies of #DF48AB
Complementary color
Monochromatic Colors of #DF48AB
Black with #DF48AB
Text Example
Text Example
White with #DF48AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF48AB; }
p { color: rgb(223,72,171); }
H1.HeaderClassName
{
color: #DF48AB;
}
.AnyTagClassName
{
color: #DF48AB;
}
</style>
background-color css
<style>
a { background-color: #DF48AB; }
a { background-color: rgb(223,72,171); }
div.DivClassName
{
background-color: #DF48AB;
}
.BgClassName
{
background-color: #DF48AB;
}
</style>
border-color css
<style>
span { border-color: #DF48AB; }
span { border-color: rgb(223,72,171); }
td.TdClassName
{
border-color: #DF48AB;
}
.TagClassName
{
border-color: #DF48AB;
}
</style>