Shades of Brilliant Rose #DD4FAB
Tints of Brilliant Rose #DD4FAB
RGB
CMYK
RGB Variations
Color information
#DD4FAB (or 0xDD4FAB) is known color: Brilliant Rose. HEX triplet: DD, 4F and AB. RGB value is (221,79,171). Sum of RGB (Red+Green+Blue) = 221+79+171=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 79 (31.25% from 255 or 16.77% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD4FAB is #22B054. Grayscale: #838383. Windows color (decimal): -2273365 or 11227101. OLE color: 11227101.
HSL color Cylindrical-coordinate representation of color #DD4FAB: hue angle of 321.13º 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 #DD4FAB is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 79 | 171 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.13 |
| HSL | 321.13º | 0.68% | 0.59% | - |
| HSV(B) | 321.13º | 0.64% | 0.87% | - |
| XYZ | 39.97 | 23.9 | 41.04 | - |
| YUV | 131.95 | 150.04 | 191.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 79 | 171 | 0 | 0.64 | 0.23 | 0.13 | 321.13 | 0.68 | 0.59 |
| Hex | DD | 4F | AB | 0 | 40 | 17 | D | 141 | 44 | 3B |
| Octal | 335 | 117 | 253 | 0 | 100 | 27 | 15 | 501 | 104 | 73 |
| Binary | 11011101 | 1001111 | 10101011 | 0 | 1000000 | 10111 | 1101 | 101000001 | 1000100 | 111011 |
Color Harmonies of #DD4FAB
Complementary color
Monochromatic Colors of #DD4FAB
Black with #DD4FAB
Text Example
Text Example
White with #DD4FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4FAB; }
p { color: rgb(221,79,171); }
H1.HeaderClassName
{
color: #DD4FAB;
}
.AnyTagClassName
{
color: #DD4FAB;
}
</style>
background-color css
<style>
a { background-color: #DD4FAB; }
a { background-color: rgb(221,79,171); }
div.DivClassName
{
background-color: #DD4FAB;
}
.BgClassName
{
background-color: #DD4FAB;
}
</style>
border-color css
<style>
span { border-color: #DD4FAB; }
span { border-color: rgb(221,79,171); }
td.TdClassName
{
border-color: #DD4FAB;
}
.TagClassName
{
border-color: #DD4FAB;
}
</style>