Shades of Brilliant Rose #DD4BB0
Tints of Brilliant Rose #DD4BB0
RGB
CMYK
RGB Variations
Color information
#DD4BB0 (or 0xDD4BB0) is known color: Brilliant Rose. HEX triplet: DD, 4B and B0. RGB value is (221,75,176). Sum of RGB (Red+Green+Blue) = 221+75+176=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 75 (29.69% from 255 or 15.89% from 472); Blue value is 176 (69.14% from 255 or 37.29% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4BB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4BB0 is #22B44F. Grayscale: #818181. Windows color (decimal): -2274384 or 11553757. OLE color: 11553757.
HSL color Cylindrical-coordinate representation of color #DD4BB0: hue angle of 318.49º 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 #DD4BB0 is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 75 | 176 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.13 |
| HSL | 318.49º | 0.68% | 0.58% | - |
| HSV(B) | 318.49º | 0.66% | 0.87% | - |
| XYZ | 40.17 | 23.54 | 43.5 | - |
| YUV | 130.17 | 153.87 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 75 | 176 | 0 | 0.66 | 0.20 | 0.13 | 318.49 | 0.68 | 0.58 |
| Hex | DD | 4B | B0 | 0 | 42 | 14 | D | 13E | 44 | 3A |
| Octal | 335 | 113 | 260 | 0 | 102 | 24 | 15 | 476 | 104 | 72 |
| Binary | 11011101 | 1001011 | 10110000 | 0 | 1000010 | 10100 | 1101 | 100111110 | 1000100 | 111010 |
Color Harmonies of #DD4BB0
Complementary color
Monochromatic Colors of #DD4BB0
Black with #DD4BB0
Text Example
Text Example
White with #DD4BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4BB0; }
p { color: rgb(221,75,176); }
H1.HeaderClassName
{
color: #DD4BB0;
}
.AnyTagClassName
{
color: #DD4BB0;
}
</style>
background-color css
<style>
a { background-color: #DD4BB0; }
a { background-color: rgb(221,75,176); }
div.DivClassName
{
background-color: #DD4BB0;
}
.BgClassName
{
background-color: #DD4BB0;
}
</style>
border-color css
<style>
span { border-color: #DD4BB0; }
span { border-color: rgb(221,75,176); }
td.TdClassName
{
border-color: #DD4BB0;
}
.TagClassName
{
border-color: #DD4BB0;
}
</style>