Shades of Brilliant Rose #DD50AF
Tints of Brilliant Rose #DD50AF
RGB
CMYK
RGB Variations
Color information
#DD50AF (or 0xDD50AF) is known color: Brilliant Rose. HEX triplet: DD, 50 and AF. RGB value is (221,80,175). Sum of RGB (Red+Green+Blue) = 221+80+175=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 80 (31.64% from 255 or 16.81% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DD50AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD50AF is #22AF50. Grayscale: #848484. Windows color (decimal): -2273105 or 11489501. OLE color: 11489501.
HSL color Cylindrical-coordinate representation of color #DD50AF: hue angle of 319.57º 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 #DD50AF is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 80 | 175 | - |
| CMYK | 0 | 0.64 | 0.21 | 0.13 |
| HSL | 319.57º | 0.67% | 0.59% | - |
| HSV(B) | 319.57º | 0.64% | 0.87% | - |
| XYZ | 40.43 | 24.2 | 43.1 | - |
| YUV | 132.99 | 151.71 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 175 | 0 | 0.64 | 0.21 | 0.13 | 319.57 | 0.67 | 0.59 |
| Hex | DD | 50 | AF | 0 | 40 | 15 | D | 140 | 43 | 3B |
| Octal | 335 | 120 | 257 | 0 | 100 | 25 | 15 | 500 | 103 | 73 |
| Binary | 11011101 | 1010000 | 10101111 | 0 | 1000000 | 10101 | 1101 | 101000000 | 1000011 | 111011 |
Color Harmonies of #DD50AF
Complementary color
Monochromatic Colors of #DD50AF
Black with #DD50AF
Text Example
Text Example
White with #DD50AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD50AF; }
p { color: rgb(221,80,175); }
H1.HeaderClassName
{
color: #DD50AF;
}
.AnyTagClassName
{
color: #DD50AF;
}
</style>
background-color css
<style>
a { background-color: #DD50AF; }
a { background-color: rgb(221,80,175); }
div.DivClassName
{
background-color: #DD50AF;
}
.BgClassName
{
background-color: #DD50AF;
}
</style>
border-color css
<style>
span { border-color: #DD50AF; }
span { border-color: rgb(221,80,175); }
td.TdClassName
{
border-color: #DD50AF;
}
.TagClassName
{
border-color: #DD50AF;
}
</style>