Shades of Brilliant Rose #DD58AB
Tints of Brilliant Rose #DD58AB
RGB
CMYK
RGB Variations
Color information
#DD58AB (or 0xDD58AB) is known color: Brilliant Rose. HEX triplet: DD, 58 and AB. RGB value is (221,88,171). Sum of RGB (Red+Green+Blue) = 221+88+171=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 88 (34.77% from 255 or 18.33% from 480); Blue value is 171 (67.19% from 255 or 35.62% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DD58AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD58AB is #22A754. Grayscale: #898989. Windows color (decimal): -2271061 or 11229405. OLE color: 11229405.
HSL color Cylindrical-coordinate representation of color #DD58AB: hue angle of 322.56º 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 #DD58AB is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 88 | 171 | - |
| CMYK | 0 | 0.60 | 0.23 | 0.13 |
| HSL | 322.56º | 0.66% | 0.61% | - |
| HSV(B) | 322.56º | 0.6% | 0.87% | - |
| XYZ | 40.66 | 25.29 | 41.27 | - |
| YUV | 137.23 | 147.06 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 88 | 171 | 0 | 0.60 | 0.23 | 0.13 | 322.56 | 0.66 | 0.61 |
| Hex | DD | 58 | AB | 0 | 3C | 17 | D | 143 | 42 | 3D |
| Octal | 335 | 130 | 253 | 0 | 74 | 27 | 15 | 503 | 102 | 75 |
| Binary | 11011101 | 1011000 | 10101011 | 0 | 111100 | 10111 | 1101 | 101000011 | 1000010 | 111101 |
Color Harmonies of #DD58AB
Complementary color
Monochromatic Colors of #DD58AB
Black with #DD58AB
Text Example
Text Example
White with #DD58AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD58AB; }
p { color: rgb(221,88,171); }
H1.HeaderClassName
{
color: #DD58AB;
}
.AnyTagClassName
{
color: #DD58AB;
}
</style>
background-color css
<style>
a { background-color: #DD58AB; }
a { background-color: rgb(221,88,171); }
div.DivClassName
{
background-color: #DD58AB;
}
.BgClassName
{
background-color: #DD58AB;
}
</style>
border-color css
<style>
span { border-color: #DD58AB; }
span { border-color: rgb(221,88,171); }
td.TdClassName
{
border-color: #DD58AB;
}
.TagClassName
{
border-color: #DD58AB;
}
</style>