Shades of Brilliant Rose #DF55A4
Tints of Brilliant Rose #DF55A4
RGB
CMYK
RGB Variations
Color information
#DF55A4 (or 0xDF55A4) is known color: Brilliant Rose. HEX triplet: DF, 55 and A4. RGB value is (223,85,164). Sum of RGB (Red+Green+Blue) = 223+85+164=472 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.25% from 472); Green value is 85 (33.59% from 255 or 18.01% from 472); Blue value is 164 (64.45% from 255 or 34.75% from 472); Max value from RGB is 223 - color contains mainly: red. Hex color #DF55A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF55A4 is #20AA5B. Grayscale: #878787. Windows color (decimal): -2140764 or 10769887. OLE color: 10769887.
HSL color Cylindrical-coordinate representation of color #DF55A4: hue angle of 325.65º 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 #DF55A4 is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 85 | 164 | - |
| CMYK | 0 | 0.62 | 0.26 | 0.13 |
| HSL | 325.65º | 0.68% | 0.6% | - |
| HSV(B) | 325.65º | 0.62% | 0.87% | - |
| XYZ | 40.38 | 24.87 | 37.79 | - |
| YUV | 135.27 | 144.22 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 85 | 164 | 0 | 0.62 | 0.26 | 0.13 | 325.65 | 0.68 | 0.6 |
| Hex | DF | 55 | A4 | 0 | 3E | 1A | D | 146 | 44 | 3C |
| Octal | 337 | 125 | 244 | 0 | 76 | 32 | 15 | 506 | 104 | 74 |
| Binary | 11011111 | 1010101 | 10100100 | 0 | 111110 | 11010 | 1101 | 101000110 | 1000100 | 111100 |
Color Harmonies of #DF55A4
Complementary color
Monochromatic Colors of #DF55A4
Black with #DF55A4
Text Example
Text Example
White with #DF55A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF55A4; }
p { color: rgb(223,85,164); }
H1.HeaderClassName
{
color: #DF55A4;
}
.AnyTagClassName
{
color: #DF55A4;
}
</style>
background-color css
<style>
a { background-color: #DF55A4; }
a { background-color: rgb(223,85,164); }
div.DivClassName
{
background-color: #DF55A4;
}
.BgClassName
{
background-color: #DF55A4;
}
</style>
border-color css
<style>
span { border-color: #DF55A4; }
span { border-color: rgb(223,85,164); }
td.TdClassName
{
border-color: #DF55A4;
}
.TagClassName
{
border-color: #DF55A4;
}
</style>