Shades of Fuchsia #D664BC
Tints of Fuchsia #D664BC
RGB
CMYK
RGB Variations
Color information
#D664BC (or 0xD664BC) is known color: Fuchsia. HEX triplet: D6, 64 and BC. RGB value is (214,100,188). Sum of RGB (Red+Green+Blue) = 214+100+188=502 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.63% from 502); Green value is 100 (39.45% from 255 or 19.92% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 214 - color contains mainly: red. Hex color #D664BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D664BC is #299B43. Grayscale: #8F8F8F. Windows color (decimal): -2726724 or 12346582. OLE color: 12346582.
HSL color Cylindrical-coordinate representation of color #D664BC: hue angle of 313.68º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D664BC is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 100 | 188 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.16 |
| HSL | 313.68º | 0.58% | 0.62% | - |
| HSV(B) | 313.68º | 0.53% | 0.84% | - |
| XYZ | 41.37 | 27.04 | 50.62 | - |
| YUV | 144.12 | 152.77 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 100 | 188 | 0 | 0.53 | 0.12 | 0.16 | 313.68 | 0.58 | 0.62 |
| Hex | D6 | 64 | BC | 0 | 35 | C | 10 | 13A | 3A | 3E |
| Octal | 326 | 144 | 274 | 0 | 65 | 14 | 20 | 472 | 72 | 76 |
| Binary | 11010110 | 1100100 | 10111100 | 0 | 110101 | 1100 | 10000 | 100111010 | 111010 | 111110 |
Color Harmonies of #D664BC
Complementary color
Monochromatic Colors of #D664BC
Black with #D664BC
Text Example
Text Example
White with #D664BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D664BC; }
p { color: rgb(214,100,188); }
H1.HeaderClassName
{
color: #D664BC;
}
.AnyTagClassName
{
color: #D664BC;
}
</style>
background-color css
<style>
a { background-color: #D664BC; }
a { background-color: rgb(214,100,188); }
div.DivClassName
{
background-color: #D664BC;
}
.BgClassName
{
background-color: #D664BC;
}
</style>
border-color css
<style>
span { border-color: #D664BC; }
span { border-color: rgb(214,100,188); }
td.TdClassName
{
border-color: #D664BC;
}
.TagClassName
{
border-color: #D664BC;
}
</style>