Shades of Fuchsia #D047B4
Tints of Fuchsia #D047B4
RGB
CMYK
RGB Variations
Color information
#D047B4 (or 0xD047B4) is known color: Fuchsia. HEX triplet: D0, 47 and B4. RGB value is (208,71,180). Sum of RGB (Red+Green+Blue) = 208+71+180=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 71 (28.12% from 255 or 15.47% from 459); Blue value is 180 (70.70% from 255 or 39.22% from 459); Max value from RGB is 208 - color contains mainly: red. Hex color #D047B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D047B4 is #2FB84B. Grayscale: #7C7C7C. Windows color (decimal): -3127372 or 11814864. OLE color: 11814864.
HSL color Cylindrical-coordinate representation of color #D047B4: hue angle of 312.26º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D047B4 is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 71 | 180 | - |
| CMYK | 0 | 0.66 | 0.13 | 0.18 |
| HSL | 312.26º | 0.59% | 0.55% | - |
| HSV(B) | 312.26º | 0.66% | 0.82% | - |
| XYZ | 36.5 | 21.21 | 45.35 | - |
| YUV | 124.39 | 159.39 | 187.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 71 | 180 | 0 | 0.66 | 0.13 | 0.18 | 312.26 | 0.59 | 0.55 |
| Hex | D0 | 47 | B4 | 0 | 42 | D | 12 | 138 | 3B | 37 |
| Octal | 320 | 107 | 264 | 0 | 102 | 15 | 22 | 470 | 73 | 67 |
| Binary | 11010000 | 1000111 | 10110100 | 0 | 1000010 | 1101 | 10010 | 100111000 | 111011 | 110111 |
Color Harmonies of #D047B4
Complementary color
Monochromatic Colors of #D047B4
Black with #D047B4
Text Example
Text Example
White with #D047B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D047B4; }
p { color: rgb(208,71,180); }
H1.HeaderClassName
{
color: #D047B4;
}
.AnyTagClassName
{
color: #D047B4;
}
</style>
background-color css
<style>
a { background-color: #D047B4; }
a { background-color: rgb(208,71,180); }
div.DivClassName
{
background-color: #D047B4;
}
.BgClassName
{
background-color: #D047B4;
}
</style>
border-color css
<style>
span { border-color: #D047B4; }
span { border-color: rgb(208,71,180); }
td.TdClassName
{
border-color: #D047B4;
}
.TagClassName
{
border-color: #D047B4;
}
</style>