Shades of Fuchsia #D74AB7
Tints of Fuchsia #D74AB7
RGB
CMYK
RGB Variations
Color information
#D74AB7 (or 0xD74AB7) is known color: Fuchsia. HEX triplet: D7, 4A and B7. RGB value is (215,74,183). Sum of RGB (Red+Green+Blue) = 215+74+183=472 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.55% from 472); Green value is 74 (29.30% from 255 or 15.68% from 472); Blue value is 183 (71.88% from 255 or 38.77% from 472); Max value from RGB is 215 - color contains mainly: red. Hex color #D74AB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D74AB7 is #28B548. Grayscale: #808080. Windows color (decimal): -2667849 or 12012247. OLE color: 12012247.
HSL color Cylindrical-coordinate representation of color #D74AB7: hue angle of 313.62º 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 #D74AB7 is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 74 | 183 | - |
| CMYK | 0 | 0.66 | 0.15 | 0.16 |
| HSL | 313.62º | 0.64% | 0.57% | - |
| HSV(B) | 313.62º | 0.66% | 0.84% | - |
| XYZ | 39.02 | 22.76 | 47.14 | - |
| YUV | 128.59 | 158.71 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 74 | 183 | 0 | 0.66 | 0.15 | 0.16 | 313.62 | 0.64 | 0.57 |
| Hex | D7 | 4A | B7 | 0 | 42 | F | 10 | 13A | 40 | 39 |
| Octal | 327 | 112 | 267 | 0 | 102 | 17 | 20 | 472 | 100 | 71 |
| Binary | 11010111 | 1001010 | 10110111 | 0 | 1000010 | 1111 | 10000 | 100111010 | 1000000 | 111001 |
Color Harmonies of #D74AB7
Complementary color
Monochromatic Colors of #D74AB7
Black with #D74AB7
Text Example
Text Example
White with #D74AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74AB7; }
p { color: rgb(215,74,183); }
H1.HeaderClassName
{
color: #D74AB7;
}
.AnyTagClassName
{
color: #D74AB7;
}
</style>
background-color css
<style>
a { background-color: #D74AB7; }
a { background-color: rgb(215,74,183); }
div.DivClassName
{
background-color: #D74AB7;
}
.BgClassName
{
background-color: #D74AB7;
}
</style>
border-color css
<style>
span { border-color: #D74AB7; }
span { border-color: rgb(215,74,183); }
td.TdClassName
{
border-color: #D74AB7;
}
.TagClassName
{
border-color: #D74AB7;
}
</style>