Shades of Brilliant Rose #DF48B1
Tints of Brilliant Rose #DF48B1
RGB
CMYK
RGB Variations
Color information
#DF48B1 (or 0xDF48B1) is known color: Brilliant Rose. HEX triplet: DF, 48 and B1. RGB value is (223,72,177). Sum of RGB (Red+Green+Blue) = 223+72+177=472 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.25% from 472); Green value is 72 (28.52% from 255 or 15.25% from 472); Blue value is 177 (69.53% from 255 or 37.5% from 472); Max value from RGB is 223 - color contains mainly: red. Hex color #DF48B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF48B1 is #20B74E. Grayscale: #808080. Windows color (decimal): -2144079 or 11618527. OLE color: 11618527.
HSL color Cylindrical-coordinate representation of color #DF48B1: hue angle of 318.28º 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 #DF48B1 is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 72 | 177 | - |
| CMYK | 0 | 0.68 | 0.21 | 0.13 |
| HSL | 318.28º | 0.7% | 0.58% | - |
| HSV(B) | 318.28º | 0.68% | 0.87% | - |
| XYZ | 40.68 | 23.5 | 43.99 | - |
| YUV | 129.12 | 155.03 | 194.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 72 | 177 | 0 | 0.68 | 0.21 | 0.13 | 318.28 | 0.7 | 0.58 |
| Hex | DF | 48 | B1 | 0 | 44 | 15 | D | 13E | 46 | 3A |
| Octal | 337 | 110 | 261 | 0 | 104 | 25 | 15 | 476 | 106 | 72 |
| Binary | 11011111 | 1001000 | 10110001 | 0 | 1000100 | 10101 | 1101 | 100111110 | 1000110 | 111010 |
Color Harmonies of #DF48B1
Complementary color
Monochromatic Colors of #DF48B1
Black with #DF48B1
Text Example
Text Example
White with #DF48B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF48B1; }
p { color: rgb(223,72,177); }
H1.HeaderClassName
{
color: #DF48B1;
}
.AnyTagClassName
{
color: #DF48B1;
}
</style>
background-color css
<style>
a { background-color: #DF48B1; }
a { background-color: rgb(223,72,177); }
div.DivClassName
{
background-color: #DF48B1;
}
.BgClassName
{
background-color: #DF48B1;
}
</style>
border-color css
<style>
span { border-color: #DF48B1; }
span { border-color: rgb(223,72,177); }
td.TdClassName
{
border-color: #DF48B1;
}
.TagClassName
{
border-color: #DF48B1;
}
</style>