Shades of Fuchsia #D752BF
Tints of Fuchsia #D752BF
RGB
CMYK
RGB Variations
Color information
#D752BF (or 0xD752BF) is known color: Fuchsia. HEX triplet: D7, 52 and BF. RGB value is (215,82,191). Sum of RGB (Red+Green+Blue) = 215+82+191=488 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.06% from 488); Green value is 82 (32.42% from 255 or 16.80% from 488); Blue value is 191 (75% from 255 or 39.14% from 488); Max value from RGB is 215 - color contains mainly: red. Hex color #D752BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D752BF is #28AD40. Grayscale: #858585. Windows color (decimal): -2665793 or 12538583. OLE color: 12538583.
HSL color Cylindrical-coordinate representation of color #D752BF: hue angle of 310.83º degrees, saturation: 0.62, 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 #D752BF is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 82 | 191 | - |
| CMYK | 0 | 0.62 | 0.11 | 0.16 |
| HSL | 310.83º | 0.62% | 0.58% | - |
| HSV(B) | 310.83º | 0.62% | 0.84% | - |
| XYZ | 40.45 | 24.24 | 51.84 | - |
| YUV | 134.19 | 160.06 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 82 | 191 | 0 | 0.62 | 0.11 | 0.16 | 310.83 | 0.62 | 0.58 |
| Hex | D7 | 52 | BF | 0 | 3E | B | 10 | 137 | 3E | 3A |
| Octal | 327 | 122 | 277 | 0 | 76 | 13 | 20 | 467 | 76 | 72 |
| Binary | 11010111 | 1010010 | 10111111 | 0 | 111110 | 1011 | 10000 | 100110111 | 111110 | 111010 |
Color Harmonies of #D752BF
Complementary color
Monochromatic Colors of #D752BF
Black with #D752BF
Text Example
Text Example
White with #D752BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D752BF; }
p { color: rgb(215,82,191); }
H1.HeaderClassName
{
color: #D752BF;
}
.AnyTagClassName
{
color: #D752BF;
}
</style>
background-color css
<style>
a { background-color: #D752BF; }
a { background-color: rgb(215,82,191); }
div.DivClassName
{
background-color: #D752BF;
}
.BgClassName
{
background-color: #D752BF;
}
</style>
border-color css
<style>
span { border-color: #D752BF; }
span { border-color: rgb(215,82,191); }
td.TdClassName
{
border-color: #D752BF;
}
.TagClassName
{
border-color: #D752BF;
}
</style>