Shades of Fuchsia #D257AD
Tints of Fuchsia #D257AD
RGB
CMYK
RGB Variations
Color information
#D257AD (or 0xD257AD) is known color: Fuchsia. HEX triplet: D2, 57 and AD. RGB value is (210,87,173). Sum of RGB (Red+Green+Blue) = 210+87+173=470 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.68% from 470); Green value is 87 (34.38% from 255 or 18.51% from 470); Blue value is 173 (67.97% from 255 or 36.81% from 470); Max value from RGB is 210 - color contains mainly: red. Hex color #D257AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D257AD is #2DA852. Grayscale: #858585. Windows color (decimal): -2992211 or 11360210. OLE color: 11360210.
HSL color Cylindrical-coordinate representation of color #D257AD: hue angle of 318.05º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D257AD is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 87 | 173 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.18 |
| HSL | 318.05º | 0.58% | 0.58% | - |
| HSV(B) | 318.05º | 0.59% | 0.82% | - |
| XYZ | 37.53 | 23.54 | 42.1 | - |
| YUV | 133.58 | 150.25 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 87 | 173 | 0 | 0.59 | 0.18 | 0.18 | 318.05 | 0.58 | 0.58 |
| Hex | D2 | 57 | AD | 0 | 3B | 12 | 12 | 13E | 3A | 3A |
| Octal | 322 | 127 | 255 | 0 | 73 | 22 | 22 | 476 | 72 | 72 |
| Binary | 11010010 | 1010111 | 10101101 | 0 | 111011 | 10010 | 10010 | 100111110 | 111010 | 111010 |
Color Harmonies of #D257AD
Complementary color
Monochromatic Colors of #D257AD
Black with #D257AD
Text Example
Text Example
White with #D257AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D257AD; }
p { color: rgb(210,87,173); }
H1.HeaderClassName
{
color: #D257AD;
}
.AnyTagClassName
{
color: #D257AD;
}
</style>
background-color css
<style>
a { background-color: #D257AD; }
a { background-color: rgb(210,87,173); }
div.DivClassName
{
background-color: #D257AD;
}
.BgClassName
{
background-color: #D257AD;
}
</style>
border-color css
<style>
span { border-color: #D257AD; }
span { border-color: rgb(210,87,173); }
td.TdClassName
{
border-color: #D257AD;
}
.TagClassName
{
border-color: #D257AD;
}
</style>