Shades of Brilliant Rose #DD50A8
Tints of Brilliant Rose #DD50A8
RGB
CMYK
RGB Variations
Color information
#DD50A8 (or 0xDD50A8) is known color: Brilliant Rose. HEX triplet: DD, 50 and A8. RGB value is (221,80,168). Sum of RGB (Red+Green+Blue) = 221+80+168=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 80 (31.64% from 255 or 17.06% from 469); Blue value is 168 (66.02% from 255 or 35.82% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD50A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD50A8 is #22AF57. Grayscale: #838383. Windows color (decimal): -2273112 or 11030749. OLE color: 11030749.
HSL color Cylindrical-coordinate representation of color #DD50A8: hue angle of 322.55º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD50A8 is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 80 | 168 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.13 |
| HSL | 322.55º | 0.67% | 0.59% | - |
| HSV(B) | 322.55º | 0.64% | 0.87% | - |
| XYZ | 39.76 | 23.94 | 39.57 | - |
| YUV | 132.19 | 148.21 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 168 | 0 | 0.64 | 0.24 | 0.13 | 322.55 | 0.67 | 0.59 |
| Hex | DD | 50 | A8 | 0 | 40 | 18 | D | 143 | 43 | 3B |
| Octal | 335 | 120 | 250 | 0 | 100 | 30 | 15 | 503 | 103 | 73 |
| Binary | 11011101 | 1010000 | 10101000 | 0 | 1000000 | 11000 | 1101 | 101000011 | 1000011 | 111011 |
Color Harmonies of #DD50A8
Complementary color
Monochromatic Colors of #DD50A8
Black with #DD50A8
Text Example
Text Example
White with #DD50A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD50A8; }
p { color: rgb(221,80,168); }
H1.HeaderClassName
{
color: #DD50A8;
}
.AnyTagClassName
{
color: #DD50A8;
}
</style>
background-color css
<style>
a { background-color: #DD50A8; }
a { background-color: rgb(221,80,168); }
div.DivClassName
{
background-color: #DD50A8;
}
.BgClassName
{
background-color: #DD50A8;
}
</style>
border-color css
<style>
span { border-color: #DD50A8; }
span { border-color: rgb(221,80,168); }
td.TdClassName
{
border-color: #DD50A8;
}
.TagClassName
{
border-color: #DD50A8;
}
</style>