Shades of Fuchsia #D45AAF
Tints of Fuchsia #D45AAF
RGB
CMYK
RGB Variations
Color information
#D45AAF (or 0xD45AAF) is known color: Fuchsia. HEX triplet: D4, 5A and AF. RGB value is (212,90,175). Sum of RGB (Red+Green+Blue) = 212+90+175=477 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.44% from 477); Green value is 90 (35.55% from 255 or 18.87% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 212 - color contains mainly: red. Hex color #D45AAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D45AAF is #2BA550. Grayscale: #878787. Windows color (decimal): -2860369 or 11492052. OLE color: 11492052.
HSL color Cylindrical-coordinate representation of color #D45AAF: hue angle of 318.2º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D45AAF is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 90 | 175 | - |
| CMYK | 0 | 0.58 | 0.17 | 0.17 |
| HSL | 318.2º | 0.59% | 0.59% | - |
| HSV(B) | 318.2º | 0.58% | 0.83% | - |
| XYZ | 38.55 | 24.4 | 43.24 | - |
| YUV | 136.17 | 149.92 | 182.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 90 | 175 | 0 | 0.58 | 0.17 | 0.17 | 318.2 | 0.59 | 0.59 |
| Hex | D4 | 5A | AF | 0 | 3A | 11 | 11 | 13E | 3B | 3B |
| Octal | 324 | 132 | 257 | 0 | 72 | 21 | 21 | 476 | 73 | 73 |
| Binary | 11010100 | 1011010 | 10101111 | 0 | 111010 | 10001 | 10001 | 100111110 | 111011 | 111011 |
Color Harmonies of #D45AAF
Complementary color
Monochromatic Colors of #D45AAF
Black with #D45AAF
Text Example
Text Example
White with #D45AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45AAF; }
p { color: rgb(212,90,175); }
H1.HeaderClassName
{
color: #D45AAF;
}
.AnyTagClassName
{
color: #D45AAF;
}
</style>
background-color css
<style>
a { background-color: #D45AAF; }
a { background-color: rgb(212,90,175); }
div.DivClassName
{
background-color: #D45AAF;
}
.BgClassName
{
background-color: #D45AAF;
}
</style>
border-color css
<style>
span { border-color: #D45AAF; }
span { border-color: rgb(212,90,175); }
td.TdClassName
{
border-color: #D45AAF;
}
.TagClassName
{
border-color: #D45AAF;
}
</style>