Shades of Fuchsia #D752B2
Tints of Fuchsia #D752B2
RGB
CMYK
RGB Variations
Color information
#D752B2 (or 0xD752B2) is known color: Fuchsia. HEX triplet: D7, 52 and B2. RGB value is (215,82,178). Sum of RGB (Red+Green+Blue) = 215+82+178=475 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.26% from 475); Green value is 82 (32.42% from 255 or 17.26% from 475); Blue value is 178 (69.92% from 255 or 37.47% from 475); Max value from RGB is 215 - color contains mainly: red. Hex color #D752B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D752B2 is #28AD4D. Grayscale: #848484. Windows color (decimal): -2665806 or 11686615. OLE color: 11686615.
HSL color Cylindrical-coordinate representation of color #D752B2: hue angle of 316.69º 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 #D752B2 is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 82 | 178 | - |
| CMYK | 0 | 0.62 | 0.17 | 0.16 |
| HSL | 316.69º | 0.62% | 0.58% | - |
| HSV(B) | 316.69º | 0.62% | 0.84% | - |
| XYZ | 39.08 | 23.7 | 44.63 | - |
| YUV | 132.71 | 153.56 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 82 | 178 | 0 | 0.62 | 0.17 | 0.16 | 316.69 | 0.62 | 0.58 |
| Hex | D7 | 52 | B2 | 0 | 3E | 11 | 10 | 13D | 3E | 3A |
| Octal | 327 | 122 | 262 | 0 | 76 | 21 | 20 | 475 | 76 | 72 |
| Binary | 11010111 | 1010010 | 10110010 | 0 | 111110 | 10001 | 10000 | 100111101 | 111110 | 111010 |
Color Harmonies of #D752B2
Complementary color
Monochromatic Colors of #D752B2
Black with #D752B2
Text Example
Text Example
White with #D752B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D752B2; }
p { color: rgb(215,82,178); }
H1.HeaderClassName
{
color: #D752B2;
}
.AnyTagClassName
{
color: #D752B2;
}
</style>
background-color css
<style>
a { background-color: #D752B2; }
a { background-color: rgb(215,82,178); }
div.DivClassName
{
background-color: #D752B2;
}
.BgClassName
{
background-color: #D752B2;
}
</style>
border-color css
<style>
span { border-color: #D752B2; }
span { border-color: rgb(215,82,178); }
td.TdClassName
{
border-color: #D752B2;
}
.TagClassName
{
border-color: #D752B2;
}
</style>