Shades of Brilliant Rose #DF55B1
Tints of Brilliant Rose #DF55B1
RGB
CMYK
RGB Variations
Color information
#DF55B1 (or 0xDF55B1) is known color: Brilliant Rose. HEX triplet: DF, 55 and B1. RGB value is (223,85,177). Sum of RGB (Red+Green+Blue) = 223+85+177=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 85 (33.59% from 255 or 17.53% from 485); Blue value is 177 (69.53% from 255 or 36.49% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DF55B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF55B1 is #20AA4E. Grayscale: #888888. Windows color (decimal): -2140751 or 11621855. OLE color: 11621855.
HSL color Cylindrical-coordinate representation of color #DF55B1: hue angle of 320º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DF55B1 is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 85 | 177 | - |
| CMYK | 0 | 0.62 | 0.21 | 0.13 |
| HSL | 320º | 0.68% | 0.6% | - |
| HSV(B) | 320º | 0.62% | 0.87% | - |
| XYZ | 41.62 | 25.36 | 44.3 | - |
| YUV | 136.75 | 150.72 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 85 | 177 | 0 | 0.62 | 0.21 | 0.13 | 320 | 0.68 | 0.6 |
| Hex | DF | 55 | B1 | 0 | 3E | 15 | D | 140 | 44 | 3C |
| Octal | 337 | 125 | 261 | 0 | 76 | 25 | 15 | 500 | 104 | 74 |
| Binary | 11011111 | 1010101 | 10110001 | 0 | 111110 | 10101 | 1101 | 101000000 | 1000100 | 111100 |
Color Harmonies of #DF55B1
Complementary color
Monochromatic Colors of #DF55B1
Black with #DF55B1
Text Example
Text Example
White with #DF55B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF55B1; }
p { color: rgb(223,85,177); }
H1.HeaderClassName
{
color: #DF55B1;
}
.AnyTagClassName
{
color: #DF55B1;
}
</style>
background-color css
<style>
a { background-color: #DF55B1; }
a { background-color: rgb(223,85,177); }
div.DivClassName
{
background-color: #DF55B1;
}
.BgClassName
{
background-color: #DF55B1;
}
</style>
border-color css
<style>
span { border-color: #DF55B1; }
span { border-color: rgb(223,85,177); }
td.TdClassName
{
border-color: #DF55B1;
}
.TagClassName
{
border-color: #DF55B1;
}
</style>