Shades of Brilliant Rose #DD46AD
Tints of Brilliant Rose #DD46AD
RGB
CMYK
RGB Variations
Color information
#DD46AD (or 0xDD46AD) is known color: Brilliant Rose. HEX triplet: DD, 46 and AD. RGB value is (221,70,173). Sum of RGB (Red+Green+Blue) = 221+70+173=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 70 (27.73% from 255 or 15.09% from 464); Blue value is 173 (67.97% from 255 or 37.28% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DD46AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD46AD is #22B952. Grayscale: #7E7E7E. Windows color (decimal): -2275667 or 11355869. OLE color: 11355869.
HSL color Cylindrical-coordinate representation of color #DD46AD: hue angle of 319.07º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD46AD is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 70 | 173 | - |
| CMYK | 0 | 0.68 | 0.22 | 0.13 |
| HSL | 319.07º | 0.69% | 0.57% | - |
| HSV(B) | 319.07º | 0.68% | 0.87% | - |
| XYZ | 39.55 | 22.77 | 41.85 | - |
| YUV | 126.89 | 154.03 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 70 | 173 | 0 | 0.68 | 0.22 | 0.13 | 319.07 | 0.69 | 0.57 |
| Hex | DD | 46 | AD | 0 | 44 | 16 | D | 13F | 45 | 39 |
| Octal | 335 | 106 | 255 | 0 | 104 | 26 | 15 | 477 | 105 | 71 |
| Binary | 11011101 | 1000110 | 10101101 | 0 | 1000100 | 10110 | 1101 | 100111111 | 1000101 | 111001 |
Color Harmonies of #DD46AD
Complementary color
Monochromatic Colors of #DD46AD
Black with #DD46AD
Text Example
Text Example
White with #DD46AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD46AD; }
p { color: rgb(221,70,173); }
H1.HeaderClassName
{
color: #DD46AD;
}
.AnyTagClassName
{
color: #DD46AD;
}
</style>
background-color css
<style>
a { background-color: #DD46AD; }
a { background-color: rgb(221,70,173); }
div.DivClassName
{
background-color: #DD46AD;
}
.BgClassName
{
background-color: #DD46AD;
}
</style>
border-color css
<style>
span { border-color: #DD46AD; }
span { border-color: rgb(221,70,173); }
td.TdClassName
{
border-color: #DD46AD;
}
.TagClassName
{
border-color: #DD46AD;
}
</style>