Shades of Brilliant Rose #DD4FAC
Tints of Brilliant Rose #DD4FAC
RGB
CMYK
RGB Variations
Color information
#DD4FAC (or 0xDD4FAC) is known color: Brilliant Rose. HEX triplet: DD, 4F and AC. RGB value is (221,79,172). Sum of RGB (Red+Green+Blue) = 221+79+172=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 79 (31.25% from 255 or 16.74% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD4FAC is #22B053. Grayscale: #838383. Windows color (decimal): -2273364 or 11292637. OLE color: 11292637.
HSL color Cylindrical-coordinate representation of color #DD4FAC: hue angle of 320.7º degrees, saturation: 0.68, 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 #DD4FAC is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 79 | 172 | - |
| CMYK | 0 | 0.64 | 0.22 | 0.13 |
| HSL | 320.7º | 0.68% | 0.59% | - |
| HSV(B) | 320.7º | 0.64% | 0.87% | - |
| XYZ | 40.06 | 23.94 | 41.54 | - |
| YUV | 132.06 | 150.54 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 79 | 172 | 0 | 0.64 | 0.22 | 0.13 | 320.7 | 0.68 | 0.59 |
| Hex | DD | 4F | AC | 0 | 40 | 16 | D | 141 | 44 | 3B |
| Octal | 335 | 117 | 254 | 0 | 100 | 26 | 15 | 501 | 104 | 73 |
| Binary | 11011101 | 1001111 | 10101100 | 0 | 1000000 | 10110 | 1101 | 101000001 | 1000100 | 111011 |
Color Harmonies of #DD4FAC
Complementary color
Monochromatic Colors of #DD4FAC
Black with #DD4FAC
Text Example
Text Example
White with #DD4FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4FAC; }
p { color: rgb(221,79,172); }
H1.HeaderClassName
{
color: #DD4FAC;
}
.AnyTagClassName
{
color: #DD4FAC;
}
</style>
background-color css
<style>
a { background-color: #DD4FAC; }
a { background-color: rgb(221,79,172); }
div.DivClassName
{
background-color: #DD4FAC;
}
.BgClassName
{
background-color: #DD4FAC;
}
</style>
border-color css
<style>
span { border-color: #DD4FAC; }
span { border-color: rgb(221,79,172); }
td.TdClassName
{
border-color: #DD4FAC;
}
.TagClassName
{
border-color: #DD4FAC;
}
</style>