Shades of Fuchsia #D65BC1
Tints of Fuchsia #D65BC1
RGB
CMYK
RGB Variations
Color information
#D65BC1 (or 0xD65BC1) is known color: Fuchsia. HEX triplet: D6, 5B and C1. RGB value is (214,91,193). Sum of RGB (Red+Green+Blue) = 214+91+193=498 (65% of max value = 765). Red value is 214 (83.98% from 255 or 42.97% from 498); Green value is 91 (35.94% from 255 or 18.27% from 498); Blue value is 193 (75.78% from 255 or 38.76% from 498); Max value from RGB is 214 - color contains mainly: red. Hex color #D65BC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65BC1 is #29A43E. Grayscale: #8B8B8B. Windows color (decimal): -2729023 or 12671958. OLE color: 12671958.
HSL color Cylindrical-coordinate representation of color #D65BC1: hue angle of 310.24º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D65BC1 is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 91 | 193 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.16 |
| HSL | 310.24º | 0.6% | 0.6% | - |
| HSV(B) | 310.24º | 0.57% | 0.84% | - |
| XYZ | 41.1 | 25.63 | 53.23 | - |
| YUV | 139.41 | 158.25 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 91 | 193 | 0 | 0.57 | 0.10 | 0.16 | 310.24 | 0.6 | 0.6 |
| Hex | D6 | 5B | C1 | 0 | 39 | A | 10 | 136 | 3C | 3C |
| Octal | 326 | 133 | 301 | 0 | 71 | 12 | 20 | 466 | 74 | 74 |
| Binary | 11010110 | 1011011 | 11000001 | 0 | 111001 | 1010 | 10000 | 100110110 | 111100 | 111100 |
Color Harmonies of #D65BC1
Complementary color
Monochromatic Colors of #D65BC1
Black with #D65BC1
Text Example
Text Example
White with #D65BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65BC1; }
p { color: rgb(214,91,193); }
H1.HeaderClassName
{
color: #D65BC1;
}
.AnyTagClassName
{
color: #D65BC1;
}
</style>
background-color css
<style>
a { background-color: #D65BC1; }
a { background-color: rgb(214,91,193); }
div.DivClassName
{
background-color: #D65BC1;
}
.BgClassName
{
background-color: #D65BC1;
}
</style>
border-color css
<style>
span { border-color: #D65BC1; }
span { border-color: rgb(214,91,193); }
td.TdClassName
{
border-color: #D65BC1;
}
.TagClassName
{
border-color: #D65BC1;
}
</style>