Shades of Fuchsia #D754B3
Tints of Fuchsia #D754B3
RGB
CMYK
RGB Variations
Color information
#D754B3 (or 0xD754B3) is known color: Fuchsia. HEX triplet: D7, 54 and B3. RGB value is (215,84,179). Sum of RGB (Red+Green+Blue) = 215+84+179=478 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.98% from 478); Green value is 84 (33.20% from 255 or 17.57% from 478); Blue value is 179 (70.31% from 255 or 37.45% from 478); Max value from RGB is 215 - color contains mainly: red. Hex color #D754B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D754B3 is #28AB4C. Grayscale: #858585. Windows color (decimal): -2665293 or 11752663. OLE color: 11752663.
HSL color Cylindrical-coordinate representation of color #D754B3: hue angle of 316.49º 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 #D754B3 is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 84 | 179 | - |
| CMYK | 0 | 0.61 | 0.17 | 0.16 |
| HSL | 316.49º | 0.62% | 0.59% | - |
| HSV(B) | 316.49º | 0.61% | 0.84% | - |
| XYZ | 39.33 | 24.04 | 45.22 | - |
| YUV | 134 | 153.4 | 185.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 84 | 179 | 0 | 0.61 | 0.17 | 0.16 | 316.49 | 0.62 | 0.59 |
| Hex | D7 | 54 | B3 | 0 | 3D | 11 | 10 | 13C | 3E | 3B |
| Octal | 327 | 124 | 263 | 0 | 75 | 21 | 20 | 474 | 76 | 73 |
| Binary | 11010111 | 1010100 | 10110011 | 0 | 111101 | 10001 | 10000 | 100111100 | 111110 | 111011 |
Color Harmonies of #D754B3
Complementary color
Monochromatic Colors of #D754B3
Black with #D754B3
Text Example
Text Example
White with #D754B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D754B3; }
p { color: rgb(215,84,179); }
H1.HeaderClassName
{
color: #D754B3;
}
.AnyTagClassName
{
color: #D754B3;
}
</style>
background-color css
<style>
a { background-color: #D754B3; }
a { background-color: rgb(215,84,179); }
div.DivClassName
{
background-color: #D754B3;
}
.BgClassName
{
background-color: #D754B3;
}
</style>
border-color css
<style>
span { border-color: #D754B3; }
span { border-color: rgb(215,84,179); }
td.TdClassName
{
border-color: #D754B3;
}
.TagClassName
{
border-color: #D754B3;
}
</style>