Shades of Fuchsia #D25CAF
Tints of Fuchsia #D25CAF
RGB
CMYK
RGB Variations
Color information
#D25CAF (or 0xD25CAF) is known color: Fuchsia. HEX triplet: D2, 5C and AF. RGB value is (210,92,175). Sum of RGB (Red+Green+Blue) = 210+92+175=477 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.03% from 477); Green value is 92 (36.33% from 255 or 19.29% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 210 - color contains mainly: red. Hex color #D25CAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25CAF is #2DA350. Grayscale: #888888. Windows color (decimal): -2990929 or 11492562. OLE color: 11492562.
HSL color Cylindrical-coordinate representation of color #D25CAF: hue angle of 317.8º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D25CAF is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 92 | 175 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.18 |
| HSL | 317.8º | 0.57% | 0.59% | - |
| HSV(B) | 317.8º | 0.56% | 0.82% | - |
| XYZ | 38.14 | 24.45 | 43.27 | - |
| YUV | 136.74 | 149.59 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 92 | 175 | 0 | 0.56 | 0.17 | 0.18 | 317.8 | 0.57 | 0.59 |
| Hex | D2 | 5C | AF | 0 | 38 | 11 | 12 | 13E | 39 | 3B |
| Octal | 322 | 134 | 257 | 0 | 70 | 21 | 22 | 476 | 71 | 73 |
| Binary | 11010010 | 1011100 | 10101111 | 0 | 111000 | 10001 | 10010 | 100111110 | 111001 | 111011 |
Color Harmonies of #D25CAF
Complementary color
Monochromatic Colors of #D25CAF
Black with #D25CAF
Text Example
Text Example
White with #D25CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25CAF; }
p { color: rgb(210,92,175); }
H1.HeaderClassName
{
color: #D25CAF;
}
.AnyTagClassName
{
color: #D25CAF;
}
</style>
background-color css
<style>
a { background-color: #D25CAF; }
a { background-color: rgb(210,92,175); }
div.DivClassName
{
background-color: #D25CAF;
}
.BgClassName
{
background-color: #D25CAF;
}
</style>
border-color css
<style>
span { border-color: #D25CAF; }
span { border-color: rgb(210,92,175); }
td.TdClassName
{
border-color: #D25CAF;
}
.TagClassName
{
border-color: #D25CAF;
}
</style>