Shades of Fuchsia #D65BB7
Tints of Fuchsia #D65BB7
RGB
CMYK
RGB Variations
Color information
#D65BB7 (or 0xD65BB7) is known color: Fuchsia. HEX triplet: D6, 5B and B7. RGB value is (214,91,183). Sum of RGB (Red+Green+Blue) = 214+91+183=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 91 (35.94% from 255 or 18.65% from 488); Blue value is 183 (71.88% from 255 or 37.5% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D65BB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65BB7 is #29A448. Grayscale: #8A8A8A. Windows color (decimal): -2729033 or 12016598. OLE color: 12016598.
HSL color Cylindrical-coordinate representation of color #D65BB7: hue angle of 315.12º 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 #D65BB7 is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 91 | 183 | - |
| CMYK | 0 | 0.57 | 0.14 | 0.16 |
| HSL | 315.12º | 0.6% | 0.6% | - |
| HSV(B) | 315.12º | 0.57% | 0.84% | - |
| XYZ | 40.02 | 25.2 | 47.55 | - |
| YUV | 138.27 | 153.25 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 91 | 183 | 0 | 0.57 | 0.14 | 0.16 | 315.12 | 0.6 | 0.6 |
| Hex | D6 | 5B | B7 | 0 | 39 | E | 10 | 13B | 3C | 3C |
| Octal | 326 | 133 | 267 | 0 | 71 | 16 | 20 | 473 | 74 | 74 |
| Binary | 11010110 | 1011011 | 10110111 | 0 | 111001 | 1110 | 10000 | 100111011 | 111100 | 111100 |
Color Harmonies of #D65BB7
Complementary color
Monochromatic Colors of #D65BB7
Black with #D65BB7
Text Example
Text Example
White with #D65BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65BB7; }
p { color: rgb(214,91,183); }
H1.HeaderClassName
{
color: #D65BB7;
}
.AnyTagClassName
{
color: #D65BB7;
}
</style>
background-color css
<style>
a { background-color: #D65BB7; }
a { background-color: rgb(214,91,183); }
div.DivClassName
{
background-color: #D65BB7;
}
.BgClassName
{
background-color: #D65BB7;
}
</style>
border-color css
<style>
span { border-color: #D65BB7; }
span { border-color: rgb(214,91,183); }
td.TdClassName
{
border-color: #D65BB7;
}
.TagClassName
{
border-color: #D65BB7;
}
</style>