Shades of Fuchsia #D052BC
Tints of Fuchsia #D052BC
RGB
CMYK
RGB Variations
Color information
#D052BC (or 0xD052BC) is known color: Fuchsia. HEX triplet: D0, 52 and BC. RGB value is (208,82,188). Sum of RGB (Red+Green+Blue) = 208+82+188=478 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.51% from 478); Green value is 82 (32.42% from 255 or 17.15% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 208 - color contains mainly: red. Hex color #D052BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D052BC is #2FAD43. Grayscale: #838383. Windows color (decimal): -3124548 or 12341968. OLE color: 12341968.
HSL color Cylindrical-coordinate representation of color #D052BC: hue angle of 309.52º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D052BC is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 82 | 188 | - |
| CMYK | 0 | 0.61 | 0.10 | 0.18 |
| HSL | 309.52º | 0.57% | 0.57% | - |
| HSV(B) | 309.52º | 0.61% | 0.82% | - |
| XYZ | 38.11 | 23.08 | 50.02 | - |
| YUV | 131.76 | 159.74 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 82 | 188 | 0 | 0.61 | 0.10 | 0.18 | 309.52 | 0.57 | 0.57 |
| Hex | D0 | 52 | BC | 0 | 3D | A | 12 | 136 | 39 | 39 |
| Octal | 320 | 122 | 274 | 0 | 75 | 12 | 22 | 466 | 71 | 71 |
| Binary | 11010000 | 1010010 | 10111100 | 0 | 111101 | 1010 | 10010 | 100110110 | 111001 | 111001 |
Color Harmonies of #D052BC
Complementary color
Monochromatic Colors of #D052BC
Black with #D052BC
Text Example
Text Example
White with #D052BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D052BC; }
p { color: rgb(208,82,188); }
H1.HeaderClassName
{
color: #D052BC;
}
.AnyTagClassName
{
color: #D052BC;
}
</style>
background-color css
<style>
a { background-color: #D052BC; }
a { background-color: rgb(208,82,188); }
div.DivClassName
{
background-color: #D052BC;
}
.BgClassName
{
background-color: #D052BC;
}
</style>
border-color css
<style>
span { border-color: #D052BC; }
span { border-color: rgb(208,82,188); }
td.TdClassName
{
border-color: #D052BC;
}
.TagClassName
{
border-color: #D052BC;
}
</style>