Shades of Brilliant Rose #DF55AF
Tints of Brilliant Rose #DF55AF
RGB
CMYK
RGB Variations
Color information
#DF55AF (or 0xDF55AF) is known color: Brilliant Rose. HEX triplet: DF, 55 and AF. RGB value is (223,85,175). Sum of RGB (Red+Green+Blue) = 223+85+175=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 85 (33.59% from 255 or 17.60% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 223 - color contains mainly: red. Hex color #DF55AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF55AF is #20AA50. Grayscale: #888888. Windows color (decimal): -2140753 or 11490783. OLE color: 11490783.
HSL color Cylindrical-coordinate representation of color #DF55AF: hue angle of 320.87º 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 #DF55AF is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 85 | 175 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.13 |
| HSL | 320.87º | 0.68% | 0.6% | - |
| HSV(B) | 320.87º | 0.62% | 0.87% | - |
| XYZ | 41.42 | 25.28 | 43.25 | - |
| YUV | 136.52 | 149.72 | 189.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 85 | 175 | 0 | 0.62 | 0.22 | 0.13 | 320.87 | 0.68 | 0.6 |
| Hex | DF | 55 | AF | 0 | 3E | 16 | D | 141 | 44 | 3C |
| Octal | 337 | 125 | 257 | 0 | 76 | 26 | 15 | 501 | 104 | 74 |
| Binary | 11011111 | 1010101 | 10101111 | 0 | 111110 | 10110 | 1101 | 101000001 | 1000100 | 111100 |
Color Harmonies of #DF55AF
Complementary color
Monochromatic Colors of #DF55AF
Black with #DF55AF
Text Example
Text Example
White with #DF55AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF55AF; }
p { color: rgb(223,85,175); }
H1.HeaderClassName
{
color: #DF55AF;
}
.AnyTagClassName
{
color: #DF55AF;
}
</style>
background-color css
<style>
a { background-color: #DF55AF; }
a { background-color: rgb(223,85,175); }
div.DivClassName
{
background-color: #DF55AF;
}
.BgClassName
{
background-color: #DF55AF;
}
</style>
border-color css
<style>
span { border-color: #DF55AF; }
span { border-color: rgb(223,85,175); }
td.TdClassName
{
border-color: #DF55AF;
}
.TagClassName
{
border-color: #DF55AF;
}
</style>