Shades of Fuchsia #D64FB4
Tints of Fuchsia #D64FB4
RGB
CMYK
RGB Variations
Color information
#D64FB4 (or 0xD64FB4) is known color: Fuchsia. HEX triplet: D6, 4F and B4. RGB value is (214,79,180). Sum of RGB (Red+Green+Blue) = 214+79+180=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 79 (31.25% from 255 or 16.70% from 473); Blue value is 180 (70.70% from 255 or 38.05% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D64FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D64FB4 is #29B04B. Grayscale: #828282. Windows color (decimal): -2732108 or 11816918. OLE color: 11816918.
HSL color Cylindrical-coordinate representation of color #D64FB4: hue angle of 315.11º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D64FB4 is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 79 | 180 | - |
| CMYK | 0 | 0.63 | 0.16 | 0.16 |
| HSL | 315.11º | 0.62% | 0.57% | - |
| HSV(B) | 315.11º | 0.63% | 0.84% | - |
| XYZ | 38.77 | 23.18 | 45.61 | - |
| YUV | 130.88 | 155.73 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 79 | 180 | 0 | 0.63 | 0.16 | 0.16 | 315.11 | 0.62 | 0.57 |
| Hex | D6 | 4F | B4 | 0 | 3F | 10 | 10 | 13B | 3E | 39 |
| Octal | 326 | 117 | 264 | 0 | 77 | 20 | 20 | 473 | 76 | 71 |
| Binary | 11010110 | 1001111 | 10110100 | 0 | 111111 | 10000 | 10000 | 100111011 | 111110 | 111001 |
Color Harmonies of #D64FB4
Complementary color
Monochromatic Colors of #D64FB4
Black with #D64FB4
Text Example
Text Example
White with #D64FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64FB4; }
p { color: rgb(214,79,180); }
H1.HeaderClassName
{
color: #D64FB4;
}
.AnyTagClassName
{
color: #D64FB4;
}
</style>
background-color css
<style>
a { background-color: #D64FB4; }
a { background-color: rgb(214,79,180); }
div.DivClassName
{
background-color: #D64FB4;
}
.BgClassName
{
background-color: #D64FB4;
}
</style>
border-color css
<style>
span { border-color: #D64FB4; }
span { border-color: rgb(214,79,180); }
td.TdClassName
{
border-color: #D64FB4;
}
.TagClassName
{
border-color: #D64FB4;
}
</style>