Shades of Brilliant Rose #DD53AF
Tints of Brilliant Rose #DD53AF
RGB
CMYK
RGB Variations
Color information
#DD53AF (or 0xDD53AF) is known color: Brilliant Rose. HEX triplet: DD, 53 and AF. RGB value is (221,83,175). Sum of RGB (Red+Green+Blue) = 221+83+175=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 83 (32.81% from 255 or 17.33% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DD53AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD53AF is #22AC50. Grayscale: #868686. Windows color (decimal): -2272337 or 11490269. OLE color: 11490269.
HSL color Cylindrical-coordinate representation of color #DD53AF: hue angle of 320º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD53AF is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 83 | 175 | - |
| CMYK | 0 | 0.62 | 0.21 | 0.13 |
| HSL | 320º | 0.67% | 0.6% | - |
| HSV(B) | 320º | 0.62% | 0.87% | - |
| XYZ | 40.65 | 24.65 | 43.17 | - |
| YUV | 134.75 | 150.72 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 83 | 175 | 0 | 0.62 | 0.21 | 0.13 | 320 | 0.67 | 0.6 |
| Hex | DD | 53 | AF | 0 | 3E | 15 | D | 140 | 43 | 3C |
| Octal | 335 | 123 | 257 | 0 | 76 | 25 | 15 | 500 | 103 | 74 |
| Binary | 11011101 | 1010011 | 10101111 | 0 | 111110 | 10101 | 1101 | 101000000 | 1000011 | 111100 |
Color Harmonies of #DD53AF
Complementary color
Monochromatic Colors of #DD53AF
Black with #DD53AF
Text Example
Text Example
White with #DD53AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD53AF; }
p { color: rgb(221,83,175); }
H1.HeaderClassName
{
color: #DD53AF;
}
.AnyTagClassName
{
color: #DD53AF;
}
</style>
background-color css
<style>
a { background-color: #DD53AF; }
a { background-color: rgb(221,83,175); }
div.DivClassName
{
background-color: #DD53AF;
}
.BgClassName
{
background-color: #DD53AF;
}
</style>
border-color css
<style>
span { border-color: #DD53AF; }
span { border-color: rgb(221,83,175); }
td.TdClassName
{
border-color: #DD53AF;
}
.TagClassName
{
border-color: #DD53AF;
}
</style>