Shades of Brilliant Rose #DD55AC
Tints of Brilliant Rose #DD55AC
RGB
CMYK
RGB Variations
Color information
#DD55AC (or 0xDD55AC) is known color: Brilliant Rose. HEX triplet: DD, 55 and AC. RGB value is (221,85,172). Sum of RGB (Red+Green+Blue) = 221+85+172=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 85 (33.59% from 255 or 17.78% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD55AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD55AC is #22AA53. Grayscale: #878787. Windows color (decimal): -2271828 or 11294173. OLE color: 11294173.
HSL color Cylindrical-coordinate representation of color #DD55AC: hue angle of 321.62º 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 #DD55AC is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 85 | 172 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.13 |
| HSL | 321.62º | 0.67% | 0.6% | - |
| HSV(B) | 321.62º | 0.62% | 0.87% | - |
| XYZ | 40.51 | 24.85 | 41.69 | - |
| YUV | 135.58 | 148.56 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 85 | 172 | 0 | 0.62 | 0.22 | 0.13 | 321.62 | 0.67 | 0.6 |
| Hex | DD | 55 | AC | 0 | 3E | 16 | D | 142 | 43 | 3C |
| Octal | 335 | 125 | 254 | 0 | 76 | 26 | 15 | 502 | 103 | 74 |
| Binary | 11011101 | 1010101 | 10101100 | 0 | 111110 | 10110 | 1101 | 101000010 | 1000011 | 111100 |
Color Harmonies of #DD55AC
Complementary color
Monochromatic Colors of #DD55AC
Black with #DD55AC
Text Example
Text Example
White with #DD55AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD55AC; }
p { color: rgb(221,85,172); }
H1.HeaderClassName
{
color: #DD55AC;
}
.AnyTagClassName
{
color: #DD55AC;
}
</style>
background-color css
<style>
a { background-color: #DD55AC; }
a { background-color: rgb(221,85,172); }
div.DivClassName
{
background-color: #DD55AC;
}
.BgClassName
{
background-color: #DD55AC;
}
</style>
border-color css
<style>
span { border-color: #DD55AC; }
span { border-color: rgb(221,85,172); }
td.TdClassName
{
border-color: #DD55AC;
}
.TagClassName
{
border-color: #DD55AC;
}
</style>