Shades of Fuchsia #D752B8
Tints of Fuchsia #D752B8
RGB
CMYK
RGB Variations
Color information
#D752B8 (or 0xD752B8) is known color: Fuchsia. HEX triplet: D7, 52 and B8. RGB value is (215,82,184). Sum of RGB (Red+Green+Blue) = 215+82+184=481 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.70% from 481); Green value is 82 (32.42% from 255 or 17.05% from 481); Blue value is 184 (72.27% from 255 or 38.25% from 481); Max value from RGB is 215 - color contains mainly: red. Hex color #D752B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D752B8 is #28AD47. Grayscale: #858585. Windows color (decimal): -2665800 or 12079831. OLE color: 12079831.
HSL color Cylindrical-coordinate representation of color #D752B8: hue angle of 313.98º 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 #D752B8 is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 82 | 184 | - |
| CMYK | 0 | 0.62 | 0.14 | 0.16 |
| HSL | 313.99º | 0.62% | 0.58% | - |
| HSV(B) | 313.99º | 0.62% | 0.84% | - |
| XYZ | 39.69 | 23.94 | 47.88 | - |
| YUV | 133.4 | 156.56 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 82 | 184 | 0 | 0.62 | 0.14 | 0.16 | 313.99 | 0.62 | 0.58 |
| Hex | D7 | 52 | B8 | 0 | 3E | E | 10 | 13A | 3E | 3A |
| Octal | 327 | 122 | 270 | 0 | 76 | 16 | 20 | 472 | 76 | 72 |
| Binary | 11010111 | 1010010 | 10111000 | 0 | 111110 | 1110 | 10000 | 100111010 | 111110 | 111010 |
Color Harmonies of #D752B8
Complementary color
Monochromatic Colors of #D752B8
Black with #D752B8
Text Example
Text Example
White with #D752B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D752B8; }
p { color: rgb(215,82,184); }
H1.HeaderClassName
{
color: #D752B8;
}
.AnyTagClassName
{
color: #D752B8;
}
</style>
background-color css
<style>
a { background-color: #D752B8; }
a { background-color: rgb(215,82,184); }
div.DivClassName
{
background-color: #D752B8;
}
.BgClassName
{
background-color: #D752B8;
}
</style>
border-color css
<style>
span { border-color: #D752B8; }
span { border-color: rgb(215,82,184); }
td.TdClassName
{
border-color: #D752B8;
}
.TagClassName
{
border-color: #D752B8;
}
</style>