Shades of Fuchsia #D74FB8
Tints of Fuchsia #D74FB8
RGB
CMYK
RGB Variations
Color information
#D74FB8 (or 0xD74FB8) is known color: Fuchsia. HEX triplet: D7, 4F and B8. RGB value is (215,79,184). Sum of RGB (Red+Green+Blue) = 215+79+184=478 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.98% from 478); Green value is 79 (31.25% from 255 or 16.53% from 478); Blue value is 184 (72.27% from 255 or 38.49% from 478); Max value from RGB is 215 - color contains mainly: red. Hex color #D74FB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D74FB8 is #28B047. Grayscale: #838383. Windows color (decimal): -2666568 or 12079063. OLE color: 12079063.
HSL color Cylindrical-coordinate representation of color #D74FB8: hue angle of 313.68º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D74FB8 is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 79 | 184 | - |
| CMYK | 0 | 0.63 | 0.14 | 0.16 |
| HSL | 313.68º | 0.63% | 0.58% | - |
| HSV(B) | 313.68º | 0.63% | 0.84% | - |
| XYZ | 39.47 | 23.5 | 47.8 | - |
| YUV | 131.63 | 157.56 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 79 | 184 | 0 | 0.63 | 0.14 | 0.16 | 313.68 | 0.63 | 0.58 |
| Hex | D7 | 4F | B8 | 0 | 3F | E | 10 | 13A | 3F | 3A |
| Octal | 327 | 117 | 270 | 0 | 77 | 16 | 20 | 472 | 77 | 72 |
| Binary | 11010111 | 1001111 | 10111000 | 0 | 111111 | 1110 | 10000 | 100111010 | 111111 | 111010 |
Color Harmonies of #D74FB8
Complementary color
Monochromatic Colors of #D74FB8
Black with #D74FB8
Text Example
Text Example
White with #D74FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74FB8; }
p { color: rgb(215,79,184); }
H1.HeaderClassName
{
color: #D74FB8;
}
.AnyTagClassName
{
color: #D74FB8;
}
</style>
background-color css
<style>
a { background-color: #D74FB8; }
a { background-color: rgb(215,79,184); }
div.DivClassName
{
background-color: #D74FB8;
}
.BgClassName
{
background-color: #D74FB8;
}
</style>
border-color css
<style>
span { border-color: #D74FB8; }
span { border-color: rgb(215,79,184); }
td.TdClassName
{
border-color: #D74FB8;
}
.TagClassName
{
border-color: #D74FB8;
}
</style>