Shades of Fuchsia #D732BF
Tints of Fuchsia #D732BF
RGB
CMYK
RGB Variations
Color information
#D732BF (or 0xD732BF) is known color: Fuchsia. HEX triplet: D7, 32 and BF. RGB value is (215,50,191). Sum of RGB (Red+Green+Blue) = 215+50+191=456 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.15% from 456); Green value is 50 (19.92% from 255 or 10.96% from 456); Blue value is 191 (75% from 255 or 41.89% from 456); Max value from RGB is 215 - color contains mainly: red. Hex color #D732BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D732BF is #28CD40. Grayscale: #737373. Windows color (decimal): -2673985 or 12530391. OLE color: 12530391.
HSL color Cylindrical-coordinate representation of color #D732BF: hue angle of 308.73º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D732BF is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 50 | 191 | - |
| CMYK | 0 | 0.77 | 0.11 | 0.16 |
| HSL | 308.73º | 0.67% | 0.52% | - |
| HSV(B) | 308.73º | 0.77% | 0.84% | - |
| XYZ | 38.57 | 20.49 | 51.21 | - |
| YUV | 115.41 | 170.66 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 50 | 191 | 0 | 0.77 | 0.11 | 0.16 | 308.73 | 0.67 | 0.52 |
| Hex | D7 | 32 | BF | 0 | 4D | B | 10 | 135 | 43 | 34 |
| Octal | 327 | 62 | 277 | 0 | 115 | 13 | 20 | 465 | 103 | 64 |
| Binary | 11010111 | 110010 | 10111111 | 0 | 1001101 | 1011 | 10000 | 100110101 | 1000011 | 110100 |
Color Harmonies of #D732BF
Complementary color
Monochromatic Colors of #D732BF
Black with #D732BF
Text Example
Text Example
White with #D732BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D732BF; }
p { color: rgb(215,50,191); }
H1.HeaderClassName
{
color: #D732BF;
}
.AnyTagClassName
{
color: #D732BF;
}
</style>
background-color css
<style>
a { background-color: #D732BF; }
a { background-color: rgb(215,50,191); }
div.DivClassName
{
background-color: #D732BF;
}
.BgClassName
{
background-color: #D732BF;
}
</style>
border-color css
<style>
span { border-color: #D732BF; }
span { border-color: rgb(215,50,191); }
td.TdClassName
{
border-color: #D732BF;
}
.TagClassName
{
border-color: #D732BF;
}
</style>