Shades of Fuchsia #D754BD
Tints of Fuchsia #D754BD
RGB
CMYK
RGB Variations
Color information
#D754BD (or 0xD754BD) is known color: Fuchsia. HEX triplet: D7, 54 and BD. RGB value is (215,84,189). Sum of RGB (Red+Green+Blue) = 215+84+189=488 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.06% from 488); Green value is 84 (33.20% from 255 or 17.21% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 215 - color contains mainly: red. Hex color #D754BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D754BD is #28AB42. Grayscale: #868686. Windows color (decimal): -2665283 or 12408023. OLE color: 12408023.
HSL color Cylindrical-coordinate representation of color #D754BD: hue angle of 311.91º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D754BD is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 84 | 189 | - |
| CMYK | 0 | 0.61 | 0.12 | 0.16 |
| HSL | 311.91º | 0.62% | 0.59% | - |
| HSV(B) | 311.91º | 0.61% | 0.84% | - |
| XYZ | 40.38 | 24.46 | 50.74 | - |
| YUV | 135.14 | 158.4 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 84 | 189 | 0 | 0.61 | 0.12 | 0.16 | 311.91 | 0.62 | 0.59 |
| Hex | D7 | 54 | BD | 0 | 3D | C | 10 | 138 | 3E | 3B |
| Octal | 327 | 124 | 275 | 0 | 75 | 14 | 20 | 470 | 76 | 73 |
| Binary | 11010111 | 1010100 | 10111101 | 0 | 111101 | 1100 | 10000 | 100111000 | 111110 | 111011 |
Color Harmonies of #D754BD
Complementary color
Monochromatic Colors of #D754BD
Black with #D754BD
Text Example
Text Example
White with #D754BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D754BD; }
p { color: rgb(215,84,189); }
H1.HeaderClassName
{
color: #D754BD;
}
.AnyTagClassName
{
color: #D754BD;
}
</style>
background-color css
<style>
a { background-color: #D754BD; }
a { background-color: rgb(215,84,189); }
div.DivClassName
{
background-color: #D754BD;
}
.BgClassName
{
background-color: #D754BD;
}
</style>
border-color css
<style>
span { border-color: #D754BD; }
span { border-color: rgb(215,84,189); }
td.TdClassName
{
border-color: #D754BD;
}
.TagClassName
{
border-color: #D754BD;
}
</style>