Shades of Fuchsia #D74AB0
Tints of Fuchsia #D74AB0
RGB
CMYK
RGB Variations
Color information
#D74AB0 (or 0xD74AB0) is known color: Fuchsia. HEX triplet: D7, 4A and B0. RGB value is (215,74,176). Sum of RGB (Red+Green+Blue) = 215+74+176=465 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.24% from 465); Green value is 74 (29.30% from 255 or 15.91% from 465); Blue value is 176 (69.14% from 255 or 37.85% from 465); Max value from RGB is 215 - color contains mainly: red. Hex color #D74AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74AB0 is #28B54F. Grayscale: #7F7F7F. Windows color (decimal): -2667856 or 11553495. OLE color: 11553495.
HSL color Cylindrical-coordinate representation of color #D74AB0: hue angle of 316.6º 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 #D74AB0 is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 74 | 176 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.16 |
| HSL | 316.6º | 0.64% | 0.57% | - |
| HSV(B) | 316.6º | 0.66% | 0.84% | - |
| XYZ | 38.31 | 22.48 | 43.39 | - |
| YUV | 127.79 | 155.21 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 74 | 176 | 0 | 0.66 | 0.18 | 0.16 | 316.6 | 0.64 | 0.57 |
| Hex | D7 | 4A | B0 | 0 | 42 | 12 | 10 | 13D | 40 | 39 |
| Octal | 327 | 112 | 260 | 0 | 102 | 22 | 20 | 475 | 100 | 71 |
| Binary | 11010111 | 1001010 | 10110000 | 0 | 1000010 | 10010 | 10000 | 100111101 | 1000000 | 111001 |
Color Harmonies of #D74AB0
Complementary color
Monochromatic Colors of #D74AB0
Black with #D74AB0
Text Example
Text Example
White with #D74AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74AB0; }
p { color: rgb(215,74,176); }
H1.HeaderClassName
{
color: #D74AB0;
}
.AnyTagClassName
{
color: #D74AB0;
}
</style>
background-color css
<style>
a { background-color: #D74AB0; }
a { background-color: rgb(215,74,176); }
div.DivClassName
{
background-color: #D74AB0;
}
.BgClassName
{
background-color: #D74AB0;
}
</style>
border-color css
<style>
span { border-color: #D74AB0; }
span { border-color: rgb(215,74,176); }
td.TdClassName
{
border-color: #D74AB0;
}
.TagClassName
{
border-color: #D74AB0;
}
</style>