Shades of Brilliant Rose #DD56A8
Tints of Brilliant Rose #DD56A8
RGB
CMYK
RGB Variations
Color information
#DD56A8 (or 0xDD56A8) is known color: Brilliant Rose. HEX triplet: DD, 56 and A8. RGB value is (221,86,168). Sum of RGB (Red+Green+Blue) = 221+86+168=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 86 (33.98% from 255 or 18.11% from 475); Blue value is 168 (66.02% from 255 or 35.37% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DD56A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD56A8 is #22A957. Grayscale: #878787. Windows color (decimal): -2271576 or 11032285. OLE color: 11032285.
HSL color Cylindrical-coordinate representation of color #DD56A8: hue angle of 323.56º 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 #DD56A8 is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 86 | 168 | - |
| CMYK | 0 | 0.61 | 0.24 | 0.13 |
| HSL | 323.56º | 0.67% | 0.6% | - |
| HSV(B) | 323.56º | 0.61% | 0.87% | - |
| XYZ | 40.21 | 24.85 | 39.72 | - |
| YUV | 135.71 | 146.23 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 86 | 168 | 0 | 0.61 | 0.24 | 0.13 | 323.56 | 0.67 | 0.6 |
| Hex | DD | 56 | A8 | 0 | 3D | 18 | D | 144 | 43 | 3C |
| Octal | 335 | 126 | 250 | 0 | 75 | 30 | 15 | 504 | 103 | 74 |
| Binary | 11011101 | 1010110 | 10101000 | 0 | 111101 | 11000 | 1101 | 101000100 | 1000011 | 111100 |
Color Harmonies of #DD56A8
Complementary color
Monochromatic Colors of #DD56A8
Black with #DD56A8
Text Example
Text Example
White with #DD56A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD56A8; }
p { color: rgb(221,86,168); }
H1.HeaderClassName
{
color: #DD56A8;
}
.AnyTagClassName
{
color: #DD56A8;
}
</style>
background-color css
<style>
a { background-color: #DD56A8; }
a { background-color: rgb(221,86,168); }
div.DivClassName
{
background-color: #DD56A8;
}
.BgClassName
{
background-color: #DD56A8;
}
</style>
border-color css
<style>
span { border-color: #DD56A8; }
span { border-color: rgb(221,86,168); }
td.TdClassName
{
border-color: #DD56A8;
}
.TagClassName
{
border-color: #DD56A8;
}
</style>