Shades of Brilliant Rose #DD4CAB
Tints of Brilliant Rose #DD4CAB
RGB
CMYK
RGB Variations
Color information
#DD4CAB (or 0xDD4CAB) is known color: Brilliant Rose. HEX triplet: DD, 4C and AB. RGB value is (221,76,171). Sum of RGB (Red+Green+Blue) = 221+76+171=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 76 (30.08% from 255 or 16.24% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4CAB is #22B354. Grayscale: #818181. Windows color (decimal): -2274133 or 11226333. OLE color: 11226333.
HSL color Cylindrical-coordinate representation of color #DD4CAB: hue angle of 320.69º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DD4CAB is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 76 | 171 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.13 |
| HSL | 320.69º | 0.68% | 0.58% | - |
| HSV(B) | 320.69º | 0.66% | 0.87% | - |
| XYZ | 39.75 | 23.48 | 40.97 | - |
| YUV | 130.19 | 151.04 | 192.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 76 | 171 | 0 | 0.66 | 0.23 | 0.13 | 320.69 | 0.68 | 0.58 |
| Hex | DD | 4C | AB | 0 | 42 | 17 | D | 141 | 44 | 3A |
| Octal | 335 | 114 | 253 | 0 | 102 | 27 | 15 | 501 | 104 | 72 |
| Binary | 11011101 | 1001100 | 10101011 | 0 | 1000010 | 10111 | 1101 | 101000001 | 1000100 | 111010 |
Color Harmonies of #DD4CAB
Complementary color
Monochromatic Colors of #DD4CAB
Black with #DD4CAB
Text Example
Text Example
White with #DD4CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4CAB; }
p { color: rgb(221,76,171); }
H1.HeaderClassName
{
color: #DD4CAB;
}
.AnyTagClassName
{
color: #DD4CAB;
}
</style>
background-color css
<style>
a { background-color: #DD4CAB; }
a { background-color: rgb(221,76,171); }
div.DivClassName
{
background-color: #DD4CAB;
}
.BgClassName
{
background-color: #DD4CAB;
}
</style>
border-color css
<style>
span { border-color: #DD4CAB; }
span { border-color: rgb(221,76,171); }
td.TdClassName
{
border-color: #DD4CAB;
}
.TagClassName
{
border-color: #DD4CAB;
}
</style>