Shades of Brilliant Rose #DF55B2
Tints of Brilliant Rose #DF55B2
RGB
CMYK
RGB Variations
Color information
#DF55B2 (or 0xDF55B2) is known color: Brilliant Rose. HEX triplet: DF, 55 and B2. RGB value is (223,85,178). Sum of RGB (Red+Green+Blue) = 223+85+178=486 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.88% from 486); Green value is 85 (33.59% from 255 or 17.49% from 486); Blue value is 178 (69.92% from 255 or 36.63% from 486); Max value from RGB is 223 - color contains mainly: red. Hex color #DF55B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF55B2 is #20AA4D. Grayscale: #888888. Windows color (decimal): -2140750 or 11687391. OLE color: 11687391.
HSL color Cylindrical-coordinate representation of color #DF55B2: hue angle of 319.57º 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 #DF55B2 is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 85 | 178 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.13 |
| HSL | 319.57º | 0.68% | 0.6% | - |
| HSV(B) | 319.57º | 0.62% | 0.87% | - |
| XYZ | 41.72 | 25.4 | 44.82 | - |
| YUV | 136.86 | 151.22 | 189.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 85 | 178 | 0 | 0.62 | 0.20 | 0.13 | 319.57 | 0.68 | 0.6 |
| Hex | DF | 55 | B2 | 0 | 3E | 14 | D | 140 | 44 | 3C |
| Octal | 337 | 125 | 262 | 0 | 76 | 24 | 15 | 500 | 104 | 74 |
| Binary | 11011111 | 1010101 | 10110010 | 0 | 111110 | 10100 | 1101 | 101000000 | 1000100 | 111100 |
Color Harmonies of #DF55B2
Complementary color
Monochromatic Colors of #DF55B2
Black with #DF55B2
Text Example
Text Example
White with #DF55B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF55B2; }
p { color: rgb(223,85,178); }
H1.HeaderClassName
{
color: #DF55B2;
}
.AnyTagClassName
{
color: #DF55B2;
}
</style>
background-color css
<style>
a { background-color: #DF55B2; }
a { background-color: rgb(223,85,178); }
div.DivClassName
{
background-color: #DF55B2;
}
.BgClassName
{
background-color: #DF55B2;
}
</style>
border-color css
<style>
span { border-color: #DF55B2; }
span { border-color: rgb(223,85,178); }
td.TdClassName
{
border-color: #DF55B2;
}
.TagClassName
{
border-color: #DF55B2;
}
</style>