Shades of Fuchsia #D64BBF
Tints of Fuchsia #D64BBF
RGB
CMYK
RGB Variations
Color information
#D64BBF (or 0xD64BBF) is known color: Fuchsia. HEX triplet: D6, 4B and BF. RGB value is (214,75,191). Sum of RGB (Red+Green+Blue) = 214+75+191=480 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.58% from 480); Green value is 75 (29.69% from 255 or 15.62% from 480); Blue value is 191 (75% from 255 or 39.79% from 480); Max value from RGB is 214 - color contains mainly: red. Hex color #D64BBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D64BBF is #29B440. Grayscale: #818181. Windows color (decimal): -2733121 or 12536790. OLE color: 12536790.
HSL color Cylindrical-coordinate representation of color #D64BBF: hue angle of 309.93º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D64BBF is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 75 | 191 | - |
| CMYK | 0 | 0.65 | 0.11 | 0.16 |
| HSL | 309.93º | 0.63% | 0.57% | - |
| HSV(B) | 309.93º | 0.65% | 0.84% | - |
| XYZ | 39.65 | 23.09 | 51.66 | - |
| YUV | 129.79 | 162.55 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 75 | 191 | 0 | 0.65 | 0.11 | 0.16 | 309.93 | 0.63 | 0.57 |
| Hex | D6 | 4B | BF | 0 | 41 | B | 10 | 136 | 3F | 39 |
| Octal | 326 | 113 | 277 | 0 | 101 | 13 | 20 | 466 | 77 | 71 |
| Binary | 11010110 | 1001011 | 10111111 | 0 | 1000001 | 1011 | 10000 | 100110110 | 111111 | 111001 |
Color Harmonies of #D64BBF
Complementary color
Monochromatic Colors of #D64BBF
Black with #D64BBF
Text Example
Text Example
White with #D64BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64BBF; }
p { color: rgb(214,75,191); }
H1.HeaderClassName
{
color: #D64BBF;
}
.AnyTagClassName
{
color: #D64BBF;
}
</style>
background-color css
<style>
a { background-color: #D64BBF; }
a { background-color: rgb(214,75,191); }
div.DivClassName
{
background-color: #D64BBF;
}
.BgClassName
{
background-color: #D64BBF;
}
</style>
border-color css
<style>
span { border-color: #D64BBF; }
span { border-color: rgb(214,75,191); }
td.TdClassName
{
border-color: #D64BBF;
}
.TagClassName
{
border-color: #D64BBF;
}
</style>