Shades of Fuchsia #D64AB4
Tints of Fuchsia #D64AB4
RGB
CMYK
RGB Variations
Color information
#D64AB4 (or 0xD64AB4) is known color: Fuchsia. HEX triplet: D6, 4A and B4. RGB value is (214,74,180). Sum of RGB (Red+Green+Blue) = 214+74+180=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 74 (29.30% from 255 or 15.81% from 468); Blue value is 180 (70.70% from 255 or 38.46% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D64AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D64AB4 is #29B54B. Grayscale: #7F7F7F. Windows color (decimal): -2733388 or 11815638. OLE color: 11815638.
HSL color Cylindrical-coordinate representation of color #D64AB4: hue angle of 314.57º 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 #D64AB4 is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 74 | 180 | - |
| CMYK | 0 | 0.65 | 0.16 | 0.16 |
| HSL | 314.57º | 0.63% | 0.56% | - |
| HSV(B) | 314.57º | 0.65% | 0.84% | - |
| XYZ | 38.42 | 22.49 | 45.5 | - |
| YUV | 127.94 | 157.38 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 74 | 180 | 0 | 0.65 | 0.16 | 0.16 | 314.57 | 0.63 | 0.56 |
| Hex | D6 | 4A | B4 | 0 | 41 | 10 | 10 | 13B | 3F | 38 |
| Octal | 326 | 112 | 264 | 0 | 101 | 20 | 20 | 473 | 77 | 70 |
| Binary | 11010110 | 1001010 | 10110100 | 0 | 1000001 | 10000 | 10000 | 100111011 | 111111 | 111000 |
Color Harmonies of #D64AB4
Complementary color
Monochromatic Colors of #D64AB4
Black with #D64AB4
Text Example
Text Example
White with #D64AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64AB4; }
p { color: rgb(214,74,180); }
H1.HeaderClassName
{
color: #D64AB4;
}
.AnyTagClassName
{
color: #D64AB4;
}
</style>
background-color css
<style>
a { background-color: #D64AB4; }
a { background-color: rgb(214,74,180); }
div.DivClassName
{
background-color: #D64AB4;
}
.BgClassName
{
background-color: #D64AB4;
}
</style>
border-color css
<style>
span { border-color: #D64AB4; }
span { border-color: rgb(214,74,180); }
td.TdClassName
{
border-color: #D64AB4;
}
.TagClassName
{
border-color: #D64AB4;
}
</style>