Shades of Brilliant Rose #DD57A6
Tints of Brilliant Rose #DD57A6
RGB
CMYK
RGB Variations
Color information
#DD57A6 (or 0xDD57A6) is known color: Brilliant Rose. HEX triplet: DD, 57 and A6. RGB value is (221,87,166). Sum of RGB (Red+Green+Blue) = 221+87+166=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 87 (34.38% from 255 or 18.35% from 474); Blue value is 166 (65.23% from 255 or 35.02% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DD57A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD57A6 is #22A859. Grayscale: #878787. Windows color (decimal): -2271322 or 10901469. OLE color: 10901469.
HSL color Cylindrical-coordinate representation of color #DD57A6: hue angle of 324.63º degrees, saturation: 0.66, 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 #DD57A6 is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 87 | 166 | - |
| CMYK | 0 | 0.61 | 0.25 | 0.13 |
| HSL | 324.63º | 0.66% | 0.6% | - |
| HSV(B) | 324.63º | 0.61% | 0.87% | - |
| XYZ | 40.11 | 24.94 | 38.78 | - |
| YUV | 136.07 | 144.89 | 188.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 87 | 166 | 0 | 0.61 | 0.25 | 0.13 | 324.63 | 0.66 | 0.6 |
| Hex | DD | 57 | A6 | 0 | 3D | 19 | D | 145 | 42 | 3C |
| Octal | 335 | 127 | 246 | 0 | 75 | 31 | 15 | 505 | 102 | 74 |
| Binary | 11011101 | 1010111 | 10100110 | 0 | 111101 | 11001 | 1101 | 101000101 | 1000010 | 111100 |
Color Harmonies of #DD57A6
Complementary color
Monochromatic Colors of #DD57A6
Black with #DD57A6
Text Example
Text Example
White with #DD57A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD57A6; }
p { color: rgb(221,87,166); }
H1.HeaderClassName
{
color: #DD57A6;
}
.AnyTagClassName
{
color: #DD57A6;
}
</style>
background-color css
<style>
a { background-color: #DD57A6; }
a { background-color: rgb(221,87,166); }
div.DivClassName
{
background-color: #DD57A6;
}
.BgClassName
{
background-color: #DD57A6;
}
</style>
border-color css
<style>
span { border-color: #DD57A6; }
span { border-color: rgb(221,87,166); }
td.TdClassName
{
border-color: #DD57A6;
}
.TagClassName
{
border-color: #DD57A6;
}
</style>