Shades of Fuchsia #D052B2
Tints of Fuchsia #D052B2
RGB
CMYK
RGB Variations
Color information
#D052B2 (or 0xD052B2) is known color: Fuchsia. HEX triplet: D0, 52 and B2. RGB value is (208,82,178). Sum of RGB (Red+Green+Blue) = 208+82+178=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 82 (32.42% from 255 or 17.52% from 468); Blue value is 178 (69.92% from 255 or 38.03% from 468); Max value from RGB is 208 - color contains mainly: red. Hex color #D052B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D052B2 is #2FAD4D. Grayscale: #828282. Windows color (decimal): -3124558 or 11686608. OLE color: 11686608.
HSL color Cylindrical-coordinate representation of color #D052B2: hue angle of 314.29º 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 #D052B2 is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 82 | 178 | - |
| CMYK | 0 | 0.61 | 0.14 | 0.18 |
| HSL | 314.29º | 0.57% | 0.57% | - |
| HSV(B) | 314.29º | 0.61% | 0.82% | - |
| XYZ | 37.07 | 22.66 | 44.54 | - |
| YUV | 130.62 | 154.74 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 82 | 178 | 0 | 0.61 | 0.14 | 0.18 | 314.29 | 0.57 | 0.57 |
| Hex | D0 | 52 | B2 | 0 | 3D | E | 12 | 13A | 39 | 39 |
| Octal | 320 | 122 | 262 | 0 | 75 | 16 | 22 | 472 | 71 | 71 |
| Binary | 11010000 | 1010010 | 10110010 | 0 | 111101 | 1110 | 10010 | 100111010 | 111001 | 111001 |
Color Harmonies of #D052B2
Complementary color
Monochromatic Colors of #D052B2
Black with #D052B2
Text Example
Text Example
White with #D052B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D052B2; }
p { color: rgb(208,82,178); }
H1.HeaderClassName
{
color: #D052B2;
}
.AnyTagClassName
{
color: #D052B2;
}
</style>
background-color css
<style>
a { background-color: #D052B2; }
a { background-color: rgb(208,82,178); }
div.DivClassName
{
background-color: #D052B2;
}
.BgClassName
{
background-color: #D052B2;
}
</style>
border-color css
<style>
span { border-color: #D052B2; }
span { border-color: rgb(208,82,178); }
td.TdClassName
{
border-color: #D052B2;
}
.TagClassName
{
border-color: #D052B2;
}
</style>