Shades of Fuchsia #D74ABF
Tints of Fuchsia #D74ABF
RGB
CMYK
RGB Variations
Color information
#D74ABF (or 0xD74ABF) is known color: Fuchsia. HEX triplet: D7, 4A and BF. RGB value is (215,74,191). Sum of RGB (Red+Green+Blue) = 215+74+191=480 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.79% from 480); Green value is 74 (29.30% from 255 or 15.42% from 480); Blue value is 191 (75% from 255 or 39.79% from 480); Max value from RGB is 215 - color contains mainly: red. Hex color #D74ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D74ABF is #28B540. Grayscale: #818181. Windows color (decimal): -2667841 or 12536535. OLE color: 12536535.
HSL color Cylindrical-coordinate representation of color #D74ABF: hue angle of 310.21º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D74ABF is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 74 | 191 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.16 |
| HSL | 310.21º | 0.64% | 0.57% | - |
| HSV(B) | 310.21º | 0.66% | 0.84% | - |
| XYZ | 39.88 | 23.11 | 51.65 | - |
| YUV | 129.5 | 162.71 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 74 | 191 | 0 | 0.66 | 0.11 | 0.16 | 310.21 | 0.64 | 0.57 |
| Hex | D7 | 4A | BF | 0 | 42 | B | 10 | 136 | 40 | 39 |
| Octal | 327 | 112 | 277 | 0 | 102 | 13 | 20 | 466 | 100 | 71 |
| Binary | 11010111 | 1001010 | 10111111 | 0 | 1000010 | 1011 | 10000 | 100110110 | 1000000 | 111001 |
Color Harmonies of #D74ABF
Complementary color
Monochromatic Colors of #D74ABF
Black with #D74ABF
Text Example
Text Example
White with #D74ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74ABF; }
p { color: rgb(215,74,191); }
H1.HeaderClassName
{
color: #D74ABF;
}
.AnyTagClassName
{
color: #D74ABF;
}
</style>
background-color css
<style>
a { background-color: #D74ABF; }
a { background-color: rgb(215,74,191); }
div.DivClassName
{
background-color: #D74ABF;
}
.BgClassName
{
background-color: #D74ABF;
}
</style>
border-color css
<style>
span { border-color: #D74ABF; }
span { border-color: rgb(215,74,191); }
td.TdClassName
{
border-color: #D74ABF;
}
.TagClassName
{
border-color: #D74ABF;
}
</style>