Shades of Brilliant Rose #DD4DAE
Tints of Brilliant Rose #DD4DAE
RGB
CMYK
RGB Variations
Color information
#DD4DAE (or 0xDD4DAE) is known color: Brilliant Rose. HEX triplet: DD, 4D and AE. RGB value is (221,77,174). Sum of RGB (Red+Green+Blue) = 221+77+174=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 77 (30.47% from 255 or 16.31% from 472); Blue value is 174 (68.36% from 255 or 36.86% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD4DAE is #22B251. Grayscale: #828282. Windows color (decimal): -2273874 or 11423197. OLE color: 11423197.
HSL color Cylindrical-coordinate representation of color #DD4DAE: hue angle of 319.58º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DD4DAE is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 77 | 174 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.13 |
| HSL | 319.58º | 0.68% | 0.58% | - |
| HSV(B) | 319.58º | 0.65% | 0.87% | - |
| XYZ | 40.11 | 23.74 | 42.51 | - |
| YUV | 131.11 | 152.21 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 77 | 174 | 0 | 0.65 | 0.21 | 0.13 | 319.58 | 0.68 | 0.58 |
| Hex | DD | 4D | AE | 0 | 41 | 15 | D | 140 | 44 | 3A |
| Octal | 335 | 115 | 256 | 0 | 101 | 25 | 15 | 500 | 104 | 72 |
| Binary | 11011101 | 1001101 | 10101110 | 0 | 1000001 | 10101 | 1101 | 101000000 | 1000100 | 111010 |
Color Harmonies of #DD4DAE
Complementary color
Monochromatic Colors of #DD4DAE
Black with #DD4DAE
Text Example
Text Example
White with #DD4DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4DAE; }
p { color: rgb(221,77,174); }
H1.HeaderClassName
{
color: #DD4DAE;
}
.AnyTagClassName
{
color: #DD4DAE;
}
</style>
background-color css
<style>
a { background-color: #DD4DAE; }
a { background-color: rgb(221,77,174); }
div.DivClassName
{
background-color: #DD4DAE;
}
.BgClassName
{
background-color: #DD4DAE;
}
</style>
border-color css
<style>
span { border-color: #DD4DAE; }
span { border-color: rgb(221,77,174); }
td.TdClassName
{
border-color: #DD4DAE;
}
.TagClassName
{
border-color: #DD4DAE;
}
</style>