Shades of Fuchsia #D74AC1
Tints of Fuchsia #D74AC1
RGB
CMYK
RGB Variations
Color information
#D74AC1 (or 0xD74AC1) is known color: Fuchsia. HEX triplet: D7, 4A and C1. RGB value is (215,74,193). Sum of RGB (Red+Green+Blue) = 215+74+193=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 74 (29.30% from 255 or 15.35% from 482); Blue value is 193 (75.78% from 255 or 40.04% from 482); Max value from RGB is 215 - color contains mainly: red. Hex color #D74AC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D74AC1 is #28B53E. Grayscale: #818181. Windows color (decimal): -2667839 or 12667607. OLE color: 12667607.
HSL color Cylindrical-coordinate representation of color #D74AC1: hue angle of 309.36º 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 #D74AC1 is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 74 | 193 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.16 |
| HSL | 309.36º | 0.64% | 0.57% | - |
| HSV(B) | 309.36º | 0.66% | 0.84% | - |
| XYZ | 40.1 | 23.19 | 52.82 | - |
| YUV | 129.73 | 163.71 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 74 | 193 | 0 | 0.66 | 0.10 | 0.16 | 309.36 | 0.64 | 0.57 |
| Hex | D7 | 4A | C1 | 0 | 42 | A | 10 | 135 | 40 | 39 |
| Octal | 327 | 112 | 301 | 0 | 102 | 12 | 20 | 465 | 100 | 71 |
| Binary | 11010111 | 1001010 | 11000001 | 0 | 1000010 | 1010 | 10000 | 100110101 | 1000000 | 111001 |
Color Harmonies of #D74AC1
Complementary color
Monochromatic Colors of #D74AC1
Black with #D74AC1
Text Example
Text Example
White with #D74AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74AC1; }
p { color: rgb(215,74,193); }
H1.HeaderClassName
{
color: #D74AC1;
}
.AnyTagClassName
{
color: #D74AC1;
}
</style>
background-color css
<style>
a { background-color: #D74AC1; }
a { background-color: rgb(215,74,193); }
div.DivClassName
{
background-color: #D74AC1;
}
.BgClassName
{
background-color: #D74AC1;
}
</style>
border-color css
<style>
span { border-color: #D74AC1; }
span { border-color: rgb(215,74,193); }
td.TdClassName
{
border-color: #D74AC1;
}
.TagClassName
{
border-color: #D74AC1;
}
</style>