Shades of Brilliant Rose #DD56AB
Tints of Brilliant Rose #DD56AB
RGB
CMYK
RGB Variations
Color information
#DD56AB (or 0xDD56AB) is known color: Brilliant Rose. HEX triplet: DD, 56 and AB. RGB value is (221,86,171). Sum of RGB (Red+Green+Blue) = 221+86+171=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 86 (33.98% from 255 or 17.99% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD56AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD56AB is #22A954. Grayscale: #878787. Windows color (decimal): -2271573 or 11228893. OLE color: 11228893.
HSL color Cylindrical-coordinate representation of color #DD56AB: hue angle of 322.22º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DD56AB is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 86 | 171 | - |
| CMYK | 0 | 0.61 | 0.23 | 0.13 |
| HSL | 322.22º | 0.67% | 0.6% | - |
| HSV(B) | 322.22º | 0.61% | 0.87% | - |
| XYZ | 40.5 | 24.97 | 41.21 | - |
| YUV | 136.06 | 147.73 | 188.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 86 | 171 | 0 | 0.61 | 0.23 | 0.13 | 322.22 | 0.67 | 0.6 |
| Hex | DD | 56 | AB | 0 | 3D | 17 | D | 142 | 43 | 3C |
| Octal | 335 | 126 | 253 | 0 | 75 | 27 | 15 | 502 | 103 | 74 |
| Binary | 11011101 | 1010110 | 10101011 | 0 | 111101 | 10111 | 1101 | 101000010 | 1000011 | 111100 |
Color Harmonies of #DD56AB
Complementary color
Monochromatic Colors of #DD56AB
Black with #DD56AB
Text Example
Text Example
White with #DD56AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD56AB; }
p { color: rgb(221,86,171); }
H1.HeaderClassName
{
color: #DD56AB;
}
.AnyTagClassName
{
color: #DD56AB;
}
</style>
background-color css
<style>
a { background-color: #DD56AB; }
a { background-color: rgb(221,86,171); }
div.DivClassName
{
background-color: #DD56AB;
}
.BgClassName
{
background-color: #DD56AB;
}
</style>
border-color css
<style>
span { border-color: #DD56AB; }
span { border-color: rgb(221,86,171); }
td.TdClassName
{
border-color: #DD56AB;
}
.TagClassName
{
border-color: #DD56AB;
}
</style>