Shades of Brilliant Rose #DF46B0
Tints of Brilliant Rose #DF46B0
RGB
CMYK
RGB Variations
Color information
#DF46B0 (or 0xDF46B0) is known color: Brilliant Rose. HEX triplet: DF, 46 and B0. RGB value is (223,70,176). Sum of RGB (Red+Green+Blue) = 223+70+176=469 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.55% from 469); Green value is 70 (27.73% from 255 or 14.93% from 469); Blue value is 176 (69.14% from 255 or 37.53% from 469); Max value from RGB is 223 - color contains mainly: red. Hex color #DF46B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF46B0 is #20B94F. Grayscale: #7F7F7F. Windows color (decimal): -2144592 or 11552479. OLE color: 11552479.
HSL color Cylindrical-coordinate representation of color #DF46B0: hue angle of 318.43º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DF46B0 is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 70 | 176 | - |
| CMYK | 0 | 0.69 | 0.21 | 0.13 |
| HSL | 318.43º | 0.71% | 0.57% | - |
| HSV(B) | 318.43º | 0.69% | 0.87% | - |
| XYZ | 40.46 | 23.2 | 43.42 | - |
| YUV | 127.83 | 155.19 | 195.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 70 | 176 | 0 | 0.69 | 0.21 | 0.13 | 318.43 | 0.71 | 0.57 |
| Hex | DF | 46 | B0 | 0 | 45 | 15 | D | 13E | 47 | 39 |
| Octal | 337 | 106 | 260 | 0 | 105 | 25 | 15 | 476 | 107 | 71 |
| Binary | 11011111 | 1000110 | 10110000 | 0 | 1000101 | 10101 | 1101 | 100111110 | 1000111 | 111001 |
Color Harmonies of #DF46B0
Complementary color
Monochromatic Colors of #DF46B0
Black with #DF46B0
Text Example
Text Example
White with #DF46B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF46B0; }
p { color: rgb(223,70,176); }
H1.HeaderClassName
{
color: #DF46B0;
}
.AnyTagClassName
{
color: #DF46B0;
}
</style>
background-color css
<style>
a { background-color: #DF46B0; }
a { background-color: rgb(223,70,176); }
div.DivClassName
{
background-color: #DF46B0;
}
.BgClassName
{
background-color: #DF46B0;
}
</style>
border-color css
<style>
span { border-color: #DF46B0; }
span { border-color: rgb(223,70,176); }
td.TdClassName
{
border-color: #DF46B0;
}
.TagClassName
{
border-color: #DF46B0;
}
</style>