Shades of Brilliant Rose #DD57AF
Tints of Brilliant Rose #DD57AF
RGB
CMYK
RGB Variations
Color information
#DD57AF (or 0xDD57AF) is known color: Brilliant Rose. HEX triplet: DD, 57 and AF. RGB value is (221,87,175). Sum of RGB (Red+Green+Blue) = 221+87+175=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 87 (34.38% from 255 or 18.01% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DD57AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD57AF is #22A850. Grayscale: #888888. Windows color (decimal): -2271313 or 11491293. OLE color: 11491293.
HSL color Cylindrical-coordinate representation of color #DD57AF: hue angle of 320.6º 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 #DD57AF is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 87 | 175 | - |
| CMYK | 0 | 0.61 | 0.21 | 0.13 |
| HSL | 320.6º | 0.66% | 0.6% | - |
| HSV(B) | 320.6º | 0.61% | 0.87% | - |
| XYZ | 40.96 | 25.28 | 43.28 | - |
| YUV | 137.1 | 149.39 | 187.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 87 | 175 | 0 | 0.61 | 0.21 | 0.13 | 320.6 | 0.66 | 0.6 |
| Hex | DD | 57 | AF | 0 | 3D | 15 | D | 141 | 42 | 3C |
| Octal | 335 | 127 | 257 | 0 | 75 | 25 | 15 | 501 | 102 | 74 |
| Binary | 11011101 | 1010111 | 10101111 | 0 | 111101 | 10101 | 1101 | 101000001 | 1000010 | 111100 |
Color Harmonies of #DD57AF
Complementary color
Monochromatic Colors of #DD57AF
Black with #DD57AF
Text Example
Text Example
White with #DD57AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD57AF; }
p { color: rgb(221,87,175); }
H1.HeaderClassName
{
color: #DD57AF;
}
.AnyTagClassName
{
color: #DD57AF;
}
</style>
background-color css
<style>
a { background-color: #DD57AF; }
a { background-color: rgb(221,87,175); }
div.DivClassName
{
background-color: #DD57AF;
}
.BgClassName
{
background-color: #DD57AF;
}
</style>
border-color css
<style>
span { border-color: #DD57AF; }
span { border-color: rgb(221,87,175); }
td.TdClassName
{
border-color: #DD57AF;
}
.TagClassName
{
border-color: #DD57AF;
}
</style>