Shades of Fuchsia #D65BB5
Tints of Fuchsia #D65BB5
RGB
CMYK
RGB Variations
Color information
#D65BB5 (or 0xD65BB5) is known color: Fuchsia. HEX triplet: D6, 5B and B5. RGB value is (214,91,181). Sum of RGB (Red+Green+Blue) = 214+91+181=486 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.03% from 486); Green value is 91 (35.94% from 255 or 18.72% from 486); Blue value is 181 (71.09% from 255 or 37.24% from 486); Max value from RGB is 214 - color contains mainly: red. Hex color #D65BB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65BB5 is #29A44A. Grayscale: #898989. Windows color (decimal): -2729035 or 11885526. OLE color: 11885526.
HSL color Cylindrical-coordinate representation of color #D65BB5: hue angle of 316.1º 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 #D65BB5 is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 91 | 181 | - |
| CMYK | 0 | 0.57 | 0.15 | 0.16 |
| HSL | 316.1º | 0.6% | 0.6% | - |
| HSV(B) | 316.1º | 0.57% | 0.84% | - |
| XYZ | 39.81 | 25.11 | 46.47 | - |
| YUV | 138.04 | 152.25 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 91 | 181 | 0 | 0.57 | 0.15 | 0.16 | 316.1 | 0.6 | 0.6 |
| Hex | D6 | 5B | B5 | 0 | 39 | F | 10 | 13C | 3C | 3C |
| Octal | 326 | 133 | 265 | 0 | 71 | 17 | 20 | 474 | 74 | 74 |
| Binary | 11010110 | 1011011 | 10110101 | 0 | 111001 | 1111 | 10000 | 100111100 | 111100 | 111100 |
Color Harmonies of #D65BB5
Complementary color
Monochromatic Colors of #D65BB5
Black with #D65BB5
Text Example
Text Example
White with #D65BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65BB5; }
p { color: rgb(214,91,181); }
H1.HeaderClassName
{
color: #D65BB5;
}
.AnyTagClassName
{
color: #D65BB5;
}
</style>
background-color css
<style>
a { background-color: #D65BB5; }
a { background-color: rgb(214,91,181); }
div.DivClassName
{
background-color: #D65BB5;
}
.BgClassName
{
background-color: #D65BB5;
}
</style>
border-color css
<style>
span { border-color: #D65BB5; }
span { border-color: rgb(214,91,181); }
td.TdClassName
{
border-color: #D65BB5;
}
.TagClassName
{
border-color: #D65BB5;
}
</style>