Shades of Fuchsia #D64AB2
Tints of Fuchsia #D64AB2
RGB
CMYK
RGB Variations
Color information
#D64AB2 (or 0xD64AB2) is known color: Fuchsia. HEX triplet: D6, 4A and B2. RGB value is (214,74,178). Sum of RGB (Red+Green+Blue) = 214+74+178=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 74 (29.30% from 255 or 15.88% from 466); Blue value is 178 (69.92% from 255 or 38.20% from 466); Max value from RGB is 214 - color contains mainly: red. Hex color #D64AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64AB2 is #29B54D. Grayscale: #7F7F7F. Windows color (decimal): -2733390 or 11684566. OLE color: 11684566.
HSL color Cylindrical-coordinate representation of color #D64AB2: hue angle of 315.43º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D64AB2 is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 74 | 178 | - |
| CMYK | 0 | 0.65 | 0.17 | 0.16 |
| HSL | 315.43º | 0.63% | 0.56% | - |
| HSV(B) | 315.43º | 0.65% | 0.84% | - |
| XYZ | 38.22 | 22.41 | 44.43 | - |
| YUV | 127.72 | 156.38 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 74 | 178 | 0 | 0.65 | 0.17 | 0.16 | 315.43 | 0.63 | 0.56 |
| Hex | D6 | 4A | B2 | 0 | 41 | 11 | 10 | 13B | 3F | 38 |
| Octal | 326 | 112 | 262 | 0 | 101 | 21 | 20 | 473 | 77 | 70 |
| Binary | 11010110 | 1001010 | 10110010 | 0 | 1000001 | 10001 | 10000 | 100111011 | 111111 | 111000 |
Color Harmonies of #D64AB2
Complementary color
Monochromatic Colors of #D64AB2
Black with #D64AB2
Text Example
Text Example
White with #D64AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64AB2; }
p { color: rgb(214,74,178); }
H1.HeaderClassName
{
color: #D64AB2;
}
.AnyTagClassName
{
color: #D64AB2;
}
</style>
background-color css
<style>
a { background-color: #D64AB2; }
a { background-color: rgb(214,74,178); }
div.DivClassName
{
background-color: #D64AB2;
}
.BgClassName
{
background-color: #D64AB2;
}
</style>
border-color css
<style>
span { border-color: #D64AB2; }
span { border-color: rgb(214,74,178); }
td.TdClassName
{
border-color: #D64AB2;
}
.TagClassName
{
border-color: #D64AB2;
}
</style>