Shades of Brilliant Rose #DD56B0
Tints of Brilliant Rose #DD56B0
RGB
CMYK
RGB Variations
Color information
#DD56B0 (or 0xDD56B0) is known color: Brilliant Rose. HEX triplet: DD, 56 and B0. RGB value is (221,86,176). Sum of RGB (Red+Green+Blue) = 221+86+176=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 86 (33.98% from 255 or 17.81% from 483); Blue value is 176 (69.14% from 255 or 36.44% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DD56B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD56B0 is #22A94F. Grayscale: #888888. Windows color (decimal): -2271568 or 11556573. OLE color: 11556573.
HSL color Cylindrical-coordinate representation of color #DD56B0: hue angle of 320º 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 #DD56B0 is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 86 | 176 | - |
| CMYK | 0 | 0.61 | 0.20 | 0.13 |
| HSL | 320º | 0.67% | 0.6% | - |
| HSV(B) | 320º | 0.61% | 0.87% | - |
| XYZ | 40.98 | 25.16 | 43.77 | - |
| YUV | 136.63 | 150.23 | 188.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 86 | 176 | 0 | 0.61 | 0.20 | 0.13 | 320 | 0.67 | 0.6 |
| Hex | DD | 56 | B0 | 0 | 3D | 14 | D | 140 | 43 | 3C |
| Octal | 335 | 126 | 260 | 0 | 75 | 24 | 15 | 500 | 103 | 74 |
| Binary | 11011101 | 1010110 | 10110000 | 0 | 111101 | 10100 | 1101 | 101000000 | 1000011 | 111100 |
Color Harmonies of #DD56B0
Complementary color
Monochromatic Colors of #DD56B0
Black with #DD56B0
Text Example
Text Example
White with #DD56B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD56B0; }
p { color: rgb(221,86,176); }
H1.HeaderClassName
{
color: #DD56B0;
}
.AnyTagClassName
{
color: #DD56B0;
}
</style>
background-color css
<style>
a { background-color: #DD56B0; }
a { background-color: rgb(221,86,176); }
div.DivClassName
{
background-color: #DD56B0;
}
.BgClassName
{
background-color: #DD56B0;
}
</style>
border-color css
<style>
span { border-color: #DD56B0; }
span { border-color: rgb(221,86,176); }
td.TdClassName
{
border-color: #DD56B0;
}
.TagClassName
{
border-color: #DD56B0;
}
</style>