Shades of Fuchsia #D74ABD
Tints of Fuchsia #D74ABD
RGB
CMYK
RGB Variations
Color information
#D74ABD (or 0xD74ABD) is known color: Fuchsia. HEX triplet: D7, 4A and BD. RGB value is (215,74,189). Sum of RGB (Red+Green+Blue) = 215+74+189=478 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.98% from 478); Green value is 74 (29.30% from 255 or 15.48% from 478); Blue value is 189 (74.22% from 255 or 39.54% from 478); Max value from RGB is 215 - color contains mainly: red. Hex color #D74ABD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D74ABD is #28B542. Grayscale: #808080. Windows color (decimal): -2667843 or 12405463. OLE color: 12405463.
HSL color Cylindrical-coordinate representation of color #D74ABD: hue angle of 311.06º 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 #D74ABD is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 74 | 189 | - |
| CMYK | 0 | 0.66 | 0.12 | 0.16 |
| HSL | 311.06º | 0.64% | 0.57% | - |
| HSV(B) | 311.06º | 0.66% | 0.84% | - |
| XYZ | 39.66 | 23.02 | 50.5 | - |
| YUV | 129.27 | 161.71 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 74 | 189 | 0 | 0.66 | 0.12 | 0.16 | 311.06 | 0.64 | 0.57 |
| Hex | D7 | 4A | BD | 0 | 42 | C | 10 | 137 | 40 | 39 |
| Octal | 327 | 112 | 275 | 0 | 102 | 14 | 20 | 467 | 100 | 71 |
| Binary | 11010111 | 1001010 | 10111101 | 0 | 1000010 | 1100 | 10000 | 100110111 | 1000000 | 111001 |
Color Harmonies of #D74ABD
Complementary color
Monochromatic Colors of #D74ABD
Black with #D74ABD
Text Example
Text Example
White with #D74ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74ABD; }
p { color: rgb(215,74,189); }
H1.HeaderClassName
{
color: #D74ABD;
}
.AnyTagClassName
{
color: #D74ABD;
}
</style>
background-color css
<style>
a { background-color: #D74ABD; }
a { background-color: rgb(215,74,189); }
div.DivClassName
{
background-color: #D74ABD;
}
.BgClassName
{
background-color: #D74ABD;
}
</style>
border-color css
<style>
span { border-color: #D74ABD; }
span { border-color: rgb(215,74,189); }
td.TdClassName
{
border-color: #D74ABD;
}
.TagClassName
{
border-color: #D74ABD;
}
</style>