Shades of Brilliant Rose #DD48AD
Tints of Brilliant Rose #DD48AD
RGB
CMYK
RGB Variations
Color information
#DD48AD (or 0xDD48AD) is known color: Brilliant Rose. HEX triplet: DD, 48 and AD. RGB value is (221,72,173). Sum of RGB (Red+Green+Blue) = 221+72+173=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 72 (28.52% from 255 or 15.45% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD48AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD48AD is #22B752. Grayscale: #7F7F7F. Windows color (decimal): -2275155 or 11356381. OLE color: 11356381.
HSL color Cylindrical-coordinate representation of color #DD48AD: hue angle of 319.33º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD48AD is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 72 | 173 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.13 |
| HSL | 319.33º | 0.69% | 0.57% | - |
| HSV(B) | 319.33º | 0.67% | 0.87% | - |
| XYZ | 39.68 | 23.02 | 41.89 | - |
| YUV | 128.07 | 153.36 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 72 | 173 | 0 | 0.67 | 0.22 | 0.13 | 319.33 | 0.69 | 0.57 |
| Hex | DD | 48 | AD | 0 | 43 | 16 | D | 13F | 45 | 39 |
| Octal | 335 | 110 | 255 | 0 | 103 | 26 | 15 | 477 | 105 | 71 |
| Binary | 11011101 | 1001000 | 10101101 | 0 | 1000011 | 10110 | 1101 | 100111111 | 1000101 | 111001 |
Color Harmonies of #DD48AD
Complementary color
Monochromatic Colors of #DD48AD
Black with #DD48AD
Text Example
Text Example
White with #DD48AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD48AD; }
p { color: rgb(221,72,173); }
H1.HeaderClassName
{
color: #DD48AD;
}
.AnyTagClassName
{
color: #DD48AD;
}
</style>
background-color css
<style>
a { background-color: #DD48AD; }
a { background-color: rgb(221,72,173); }
div.DivClassName
{
background-color: #DD48AD;
}
.BgClassName
{
background-color: #DD48AD;
}
</style>
border-color css
<style>
span { border-color: #DD48AD; }
span { border-color: rgb(221,72,173); }
td.TdClassName
{
border-color: #DD48AD;
}
.TagClassName
{
border-color: #DD48AD;
}
</style>