Shades of Brilliant Rose #DD57B0
Tints of Brilliant Rose #DD57B0
RGB
CMYK
RGB Variations
Color information
#DD57B0 (or 0xDD57B0) is known color: Brilliant Rose. HEX triplet: DD, 57 and B0. RGB value is (221,87,176). Sum of RGB (Red+Green+Blue) = 221+87+176=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 87 (34.38% from 255 or 17.98% from 484); Blue value is 176 (69.14% from 255 or 36.36% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DD57B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD57B0 is #22A84F. Grayscale: #888888. Windows color (decimal): -2271312 or 11556829. OLE color: 11556829.
HSL color Cylindrical-coordinate representation of color #DD57B0: hue angle of 320.15º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DD57B0 is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 87 | 176 | - |
| CMYK | 0 | 0.61 | 0.20 | 0.13 |
| HSL | 320.15º | 0.66% | 0.6% | - |
| HSV(B) | 320.15º | 0.61% | 0.87% | - |
| XYZ | 41.06 | 25.32 | 43.8 | - |
| YUV | 137.21 | 149.89 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 87 | 176 | 0 | 0.61 | 0.20 | 0.13 | 320.15 | 0.66 | 0.6 |
| Hex | DD | 57 | B0 | 0 | 3D | 14 | D | 140 | 42 | 3C |
| Octal | 335 | 127 | 260 | 0 | 75 | 24 | 15 | 500 | 102 | 74 |
| Binary | 11011101 | 1010111 | 10110000 | 0 | 111101 | 10100 | 1101 | 101000000 | 1000010 | 111100 |
Color Harmonies of #DD57B0
Complementary color
Monochromatic Colors of #DD57B0
Black with #DD57B0
Text Example
Text Example
White with #DD57B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD57B0; }
p { color: rgb(221,87,176); }
H1.HeaderClassName
{
color: #DD57B0;
}
.AnyTagClassName
{
color: #DD57B0;
}
</style>
background-color css
<style>
a { background-color: #DD57B0; }
a { background-color: rgb(221,87,176); }
div.DivClassName
{
background-color: #DD57B0;
}
.BgClassName
{
background-color: #DD57B0;
}
</style>
border-color css
<style>
span { border-color: #DD57B0; }
span { border-color: rgb(221,87,176); }
td.TdClassName
{
border-color: #DD57B0;
}
.TagClassName
{
border-color: #DD57B0;
}
</style>