Shades of Brilliant Rose #DD58B0
Tints of Brilliant Rose #DD58B0
RGB
CMYK
RGB Variations
Color information
#DD58B0 (or 0xDD58B0) is known color: Brilliant Rose. HEX triplet: DD, 58 and B0. RGB value is (221,88,176). Sum of RGB (Red+Green+Blue) = 221+88+176=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 88 (34.77% from 255 or 18.14% from 485); Blue value is 176 (69.14% from 255 or 36.29% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DD58B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD58B0 is #22A74F. Grayscale: #898989. Windows color (decimal): -2271056 or 11557085. OLE color: 11557085.
HSL color Cylindrical-coordinate representation of color #DD58B0: hue angle of 320.3º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD58B0 is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 88 | 176 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.13 |
| HSL | 320.3º | 0.66% | 0.61% | - |
| HSV(B) | 320.3º | 0.6% | 0.87% | - |
| XYZ | 41.14 | 25.49 | 43.83 | - |
| YUV | 137.8 | 149.56 | 187.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 88 | 176 | 0 | 0.60 | 0.20 | 0.13 | 320.3 | 0.66 | 0.61 |
| Hex | DD | 58 | B0 | 0 | 3C | 14 | D | 140 | 42 | 3D |
| Octal | 335 | 130 | 260 | 0 | 74 | 24 | 15 | 500 | 102 | 75 |
| Binary | 11011101 | 1011000 | 10110000 | 0 | 111100 | 10100 | 1101 | 101000000 | 1000010 | 111101 |
Color Harmonies of #DD58B0
Complementary color
Monochromatic Colors of #DD58B0
Black with #DD58B0
Text Example
Text Example
White with #DD58B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD58B0; }
p { color: rgb(221,88,176); }
H1.HeaderClassName
{
color: #DD58B0;
}
.AnyTagClassName
{
color: #DD58B0;
}
</style>
background-color css
<style>
a { background-color: #DD58B0; }
a { background-color: rgb(221,88,176); }
div.DivClassName
{
background-color: #DD58B0;
}
.BgClassName
{
background-color: #DD58B0;
}
</style>
border-color css
<style>
span { border-color: #DD58B0; }
span { border-color: rgb(221,88,176); }
td.TdClassName
{
border-color: #DD58B0;
}
.TagClassName
{
border-color: #DD58B0;
}
</style>