Shades of Brilliant Rose #DD58A7
Tints of Brilliant Rose #DD58A7
RGB
CMYK
RGB Variations
Color information
#DD58A7 (or 0xDD58A7) is known color: Brilliant Rose. HEX triplet: DD, 58 and A7. RGB value is (221,88,167). Sum of RGB (Red+Green+Blue) = 221+88+167=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 88 (34.77% from 255 or 18.49% from 476); Blue value is 167 (65.62% from 255 or 35.08% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DD58A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD58A7 is #22A758. Grayscale: #888888. Windows color (decimal): -2271065 or 10967261. OLE color: 10967261.
HSL color Cylindrical-coordinate representation of color #DD58A7: hue angle of 324.36º 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 #DD58A7 is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 88 | 167 | - |
| CMYK | 0 | 0.60 | 0.24 | 0.13 |
| HSL | 324.36º | 0.66% | 0.61% | - |
| HSV(B) | 324.36º | 0.6% | 0.87% | - |
| XYZ | 40.28 | 25.14 | 39.29 | - |
| YUV | 136.77 | 145.06 | 188.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 88 | 167 | 0 | 0.60 | 0.24 | 0.13 | 324.36 | 0.66 | 0.61 |
| Hex | DD | 58 | A7 | 0 | 3C | 18 | D | 144 | 42 | 3D |
| Octal | 335 | 130 | 247 | 0 | 74 | 30 | 15 | 504 | 102 | 75 |
| Binary | 11011101 | 1011000 | 10100111 | 0 | 111100 | 11000 | 1101 | 101000100 | 1000010 | 111101 |
Color Harmonies of #DD58A7
Complementary color
Monochromatic Colors of #DD58A7
Black with #DD58A7
Text Example
Text Example
White with #DD58A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD58A7; }
p { color: rgb(221,88,167); }
H1.HeaderClassName
{
color: #DD58A7;
}
.AnyTagClassName
{
color: #DD58A7;
}
</style>
background-color css
<style>
a { background-color: #DD58A7; }
a { background-color: rgb(221,88,167); }
div.DivClassName
{
background-color: #DD58A7;
}
.BgClassName
{
background-color: #DD58A7;
}
</style>
border-color css
<style>
span { border-color: #DD58A7; }
span { border-color: rgb(221,88,167); }
td.TdClassName
{
border-color: #DD58A7;
}
.TagClassName
{
border-color: #DD58A7;
}
</style>