Shades of Brilliant Rose #DD5AAC
Tints of Brilliant Rose #DD5AAC
RGB
CMYK
RGB Variations
Color information
#DD5AAC (or 0xDD5AAC) is known color: Brilliant Rose. HEX triplet: DD, 5A and AC. RGB value is (221,90,172). Sum of RGB (Red+Green+Blue) = 221+90+172=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 90 (35.55% from 255 or 18.63% from 483); Blue value is 172 (67.58% from 255 or 35.61% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5AAC is #22A553. Grayscale: #8A8A8A. Windows color (decimal): -2270548 or 11295453. OLE color: 11295453.
HSL color Cylindrical-coordinate representation of color #DD5AAC: hue angle of 322.44º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DD5AAC is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 90 | 172 | - |
| CMYK | 0 | 0.59 | 0.22 | 0.13 |
| HSL | 322.44º | 0.66% | 0.61% | - |
| HSV(B) | 322.44º | 0.59% | 0.87% | - |
| XYZ | 40.92 | 25.66 | 41.83 | - |
| YUV | 138.52 | 146.9 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 90 | 172 | 0 | 0.59 | 0.22 | 0.13 | 322.44 | 0.66 | 0.61 |
| Hex | DD | 5A | AC | 0 | 3B | 16 | D | 142 | 42 | 3D |
| Octal | 335 | 132 | 254 | 0 | 73 | 26 | 15 | 502 | 102 | 75 |
| Binary | 11011101 | 1011010 | 10101100 | 0 | 111011 | 10110 | 1101 | 101000010 | 1000010 | 111101 |
Color Harmonies of #DD5AAC
Complementary color
Monochromatic Colors of #DD5AAC
Black with #DD5AAC
Text Example
Text Example
White with #DD5AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5AAC; }
p { color: rgb(221,90,172); }
H1.HeaderClassName
{
color: #DD5AAC;
}
.AnyTagClassName
{
color: #DD5AAC;
}
</style>
background-color css
<style>
a { background-color: #DD5AAC; }
a { background-color: rgb(221,90,172); }
div.DivClassName
{
background-color: #DD5AAC;
}
.BgClassName
{
background-color: #DD5AAC;
}
</style>
border-color css
<style>
span { border-color: #DD5AAC; }
span { border-color: rgb(221,90,172); }
td.TdClassName
{
border-color: #DD5AAC;
}
.TagClassName
{
border-color: #DD5AAC;
}
</style>