Shades of Brilliant Rose #DD56AF
Tints of Brilliant Rose #DD56AF
RGB
CMYK
RGB Variations
Color information
#DD56AF (or 0xDD56AF) is known color: Brilliant Rose. HEX triplet: DD, 56 and AF. RGB value is (221,86,175). Sum of RGB (Red+Green+Blue) = 221+86+175=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 86 (33.98% from 255 or 17.84% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD56AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD56AF is #22A950. Grayscale: #888888. Windows color (decimal): -2271569 or 11491037. OLE color: 11491037.
HSL color Cylindrical-coordinate representation of color #DD56AF: hue angle of 320.44º 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 #DD56AF is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 86 | 175 | - |
| CMYK | 0 | 0.61 | 0.21 | 0.13 |
| HSL | 320.44º | 0.67% | 0.6% | - |
| HSV(B) | 320.44º | 0.61% | 0.87% | - |
| XYZ | 40.88 | 25.12 | 43.25 | - |
| YUV | 136.51 | 149.73 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 86 | 175 | 0 | 0.61 | 0.21 | 0.13 | 320.44 | 0.67 | 0.6 |
| Hex | DD | 56 | AF | 0 | 3D | 15 | D | 140 | 43 | 3C |
| Octal | 335 | 126 | 257 | 0 | 75 | 25 | 15 | 500 | 103 | 74 |
| Binary | 11011101 | 1010110 | 10101111 | 0 | 111101 | 10101 | 1101 | 101000000 | 1000011 | 111100 |
Color Harmonies of #DD56AF
Complementary color
Monochromatic Colors of #DD56AF
Black with #DD56AF
Text Example
Text Example
White with #DD56AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD56AF; }
p { color: rgb(221,86,175); }
H1.HeaderClassName
{
color: #DD56AF;
}
.AnyTagClassName
{
color: #DD56AF;
}
</style>
background-color css
<style>
a { background-color: #DD56AF; }
a { background-color: rgb(221,86,175); }
div.DivClassName
{
background-color: #DD56AF;
}
.BgClassName
{
background-color: #DD56AF;
}
</style>
border-color css
<style>
span { border-color: #DD56AF; }
span { border-color: rgb(221,86,175); }
td.TdClassName
{
border-color: #DD56AF;
}
.TagClassName
{
border-color: #DD56AF;
}
</style>