Shades of Fuchsia #D752C2
Tints of Fuchsia #D752C2
RGB
CMYK
RGB Variations
Color information
#D752C2 (or 0xD752C2) is known color: Fuchsia. HEX triplet: D7, 52 and C2. RGB value is (215,82,194). Sum of RGB (Red+Green+Blue) = 215+82+194=491 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.79% from 491); Green value is 82 (32.42% from 255 or 16.70% from 491); Blue value is 194 (76.17% from 255 or 39.51% from 491); Max value from RGB is 215 - color contains mainly: red. Hex color #D752C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D752C2 is #28AD3D. Grayscale: #868686. Windows color (decimal): -2665790 or 12735191. OLE color: 12735191.
HSL color Cylindrical-coordinate representation of color #D752C2: hue angle of 309.47º 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 #D752C2 is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 82 | 194 | - |
| CMYK | 0 | 0.62 | 0.10 | 0.16 |
| HSL | 309.47º | 0.62% | 0.58% | - |
| HSV(B) | 309.47º | 0.62% | 0.84% | - |
| XYZ | 40.78 | 24.38 | 53.59 | - |
| YUV | 134.54 | 161.56 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 82 | 194 | 0 | 0.62 | 0.10 | 0.16 | 309.47 | 0.62 | 0.58 |
| Hex | D7 | 52 | C2 | 0 | 3E | A | 10 | 135 | 3E | 3A |
| Octal | 327 | 122 | 302 | 0 | 76 | 12 | 20 | 465 | 76 | 72 |
| Binary | 11010111 | 1010010 | 11000010 | 0 | 111110 | 1010 | 10000 | 100110101 | 111110 | 111010 |
Color Harmonies of #D752C2
Complementary color
Monochromatic Colors of #D752C2
Black with #D752C2
Text Example
Text Example
White with #D752C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D752C2; }
p { color: rgb(215,82,194); }
H1.HeaderClassName
{
color: #D752C2;
}
.AnyTagClassName
{
color: #D752C2;
}
</style>
background-color css
<style>
a { background-color: #D752C2; }
a { background-color: rgb(215,82,194); }
div.DivClassName
{
background-color: #D752C2;
}
.BgClassName
{
background-color: #D752C2;
}
</style>
border-color css
<style>
span { border-color: #D752C2; }
span { border-color: rgb(215,82,194); }
td.TdClassName
{
border-color: #D752C2;
}
.TagClassName
{
border-color: #D752C2;
}
</style>