Shades of Brilliant Rose #DD55AF
Tints of Brilliant Rose #DD55AF
RGB
CMYK
RGB Variations
Color information
#DD55AF (or 0xDD55AF) is known color: Brilliant Rose. HEX triplet: DD, 55 and AF. RGB value is (221,85,175). Sum of RGB (Red+Green+Blue) = 221+85+175=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 85 (33.59% from 255 or 17.67% from 481); Blue value is 175 (68.75% from 255 or 36.38% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DD55AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD55AF is #22AA50. Grayscale: #878787. Windows color (decimal): -2271825 or 11490781. OLE color: 11490781.
HSL color Cylindrical-coordinate representation of color #DD55AF: hue angle of 320.29º degrees, saturation: 0.67, 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 #DD55AF is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 85 | 175 | - |
| CMYK | 0 | 0.62 | 0.21 | 0.13 |
| HSL | 320.29º | 0.67% | 0.6% | - |
| HSV(B) | 320.29º | 0.62% | 0.87% | - |
| XYZ | 40.81 | 24.96 | 43.23 | - |
| YUV | 135.92 | 150.06 | 188.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 85 | 175 | 0 | 0.62 | 0.21 | 0.13 | 320.29 | 0.67 | 0.6 |
| Hex | DD | 55 | AF | 0 | 3E | 15 | D | 140 | 43 | 3C |
| Octal | 335 | 125 | 257 | 0 | 76 | 25 | 15 | 500 | 103 | 74 |
| Binary | 11011101 | 1010101 | 10101111 | 0 | 111110 | 10101 | 1101 | 101000000 | 1000011 | 111100 |
Color Harmonies of #DD55AF
Complementary color
Monochromatic Colors of #DD55AF
Black with #DD55AF
Text Example
Text Example
White with #DD55AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD55AF; }
p { color: rgb(221,85,175); }
H1.HeaderClassName
{
color: #DD55AF;
}
.AnyTagClassName
{
color: #DD55AF;
}
</style>
background-color css
<style>
a { background-color: #DD55AF; }
a { background-color: rgb(221,85,175); }
div.DivClassName
{
background-color: #DD55AF;
}
.BgClassName
{
background-color: #DD55AF;
}
</style>
border-color css
<style>
span { border-color: #DD55AF; }
span { border-color: rgb(221,85,175); }
td.TdClassName
{
border-color: #DD55AF;
}
.TagClassName
{
border-color: #DD55AF;
}
</style>