Shades of Fuchsia #D751BD
Tints of Fuchsia #D751BD
RGB
CMYK
RGB Variations
Color information
#D751BD (or 0xD751BD) is known color: Fuchsia. HEX triplet: D7, 51 and BD. RGB value is (215,81,189). Sum of RGB (Red+Green+Blue) = 215+81+189=485 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.33% from 485); Green value is 81 (32.03% from 255 or 16.70% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 215 - color contains mainly: red. Hex color #D751BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D751BD is #28AE42. Grayscale: #858585. Windows color (decimal): -2666051 or 12407255. OLE color: 12407255.
HSL color Cylindrical-coordinate representation of color #D751BD: hue angle of 311.64º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D751BD is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 81 | 189 | - |
| CMYK | 0 | 0.62 | 0.12 | 0.16 |
| HSL | 311.64º | 0.63% | 0.58% | - |
| HSV(B) | 311.64º | 0.62% | 0.84% | - |
| XYZ | 40.15 | 24.01 | 50.66 | - |
| YUV | 133.38 | 159.39 | 186.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 81 | 189 | 0 | 0.62 | 0.12 | 0.16 | 311.64 | 0.63 | 0.58 |
| Hex | D7 | 51 | BD | 0 | 3E | C | 10 | 138 | 3F | 3A |
| Octal | 327 | 121 | 275 | 0 | 76 | 14 | 20 | 470 | 77 | 72 |
| Binary | 11010111 | 1010001 | 10111101 | 0 | 111110 | 1100 | 10000 | 100111000 | 111111 | 111010 |
Color Harmonies of #D751BD
Complementary color
Monochromatic Colors of #D751BD
Black with #D751BD
Text Example
Text Example
White with #D751BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D751BD; }
p { color: rgb(215,81,189); }
H1.HeaderClassName
{
color: #D751BD;
}
.AnyTagClassName
{
color: #D751BD;
}
</style>
background-color css
<style>
a { background-color: #D751BD; }
a { background-color: rgb(215,81,189); }
div.DivClassName
{
background-color: #D751BD;
}
.BgClassName
{
background-color: #D751BD;
}
</style>
border-color css
<style>
span { border-color: #D751BD; }
span { border-color: rgb(215,81,189); }
td.TdClassName
{
border-color: #D751BD;
}
.TagClassName
{
border-color: #D751BD;
}
</style>