Shades of Fuchsia #D74ABB
Tints of Fuchsia #D74ABB
RGB
CMYK
RGB Variations
Color information
#D74ABB (or 0xD74ABB) is known color: Fuchsia. HEX triplet: D7, 4A and BB. RGB value is (215,74,187). Sum of RGB (Red+Green+Blue) = 215+74+187=476 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.17% from 476); Green value is 74 (29.30% from 255 or 15.55% from 476); Blue value is 187 (73.44% from 255 or 39.29% from 476); Max value from RGB is 215 - color contains mainly: red. Hex color #D74ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D74ABB is #28B544. Grayscale: #808080. Windows color (decimal): -2667845 or 12274391. OLE color: 12274391.
HSL color Cylindrical-coordinate representation of color #D74ABB: hue angle of 311.91º 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 #D74ABB is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 74 | 187 | - |
| CMYK | 0 | 0.66 | 0.13 | 0.16 |
| HSL | 311.91º | 0.64% | 0.57% | - |
| HSV(B) | 311.91º | 0.66% | 0.84% | - |
| XYZ | 39.44 | 22.93 | 49.36 | - |
| YUV | 129.04 | 160.71 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 74 | 187 | 0 | 0.66 | 0.13 | 0.16 | 311.91 | 0.64 | 0.57 |
| Hex | D7 | 4A | BB | 0 | 42 | D | 10 | 138 | 40 | 39 |
| Octal | 327 | 112 | 273 | 0 | 102 | 15 | 20 | 470 | 100 | 71 |
| Binary | 11010111 | 1001010 | 10111011 | 0 | 1000010 | 1101 | 10000 | 100111000 | 1000000 | 111001 |
Color Harmonies of #D74ABB
Complementary color
Monochromatic Colors of #D74ABB
Black with #D74ABB
Text Example
Text Example
White with #D74ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74ABB; }
p { color: rgb(215,74,187); }
H1.HeaderClassName
{
color: #D74ABB;
}
.AnyTagClassName
{
color: #D74ABB;
}
</style>
background-color css
<style>
a { background-color: #D74ABB; }
a { background-color: rgb(215,74,187); }
div.DivClassName
{
background-color: #D74ABB;
}
.BgClassName
{
background-color: #D74ABB;
}
</style>
border-color css
<style>
span { border-color: #D74ABB; }
span { border-color: rgb(215,74,187); }
td.TdClassName
{
border-color: #D74ABB;
}
.TagClassName
{
border-color: #D74ABB;
}
</style>