Shades of Fuchsia #D067B2
Tints of Fuchsia #D067B2
RGB
CMYK
RGB Variations
Color information
#D067B2 (or 0xD067B2) is known color: Fuchsia. HEX triplet: D0, 67 and B2. RGB value is (208,103,178). Sum of RGB (Red+Green+Blue) = 208+103+178=489 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.54% from 489); Green value is 103 (40.62% from 255 or 21.06% from 489); Blue value is 178 (69.92% from 255 or 36.40% from 489); Max value from RGB is 208 - color contains mainly: red. Hex color #D067B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D067B2 is #2F984D. Grayscale: #8E8E8E. Windows color (decimal): -3119182 or 11691984. OLE color: 11691984.
HSL color Cylindrical-coordinate representation of color #D067B2: hue angle of 317.14º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D067B2 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 103 | 178 | - |
| CMYK | 0 | 0.50 | 0.14 | 0.18 |
| HSL | 317.14º | 0.53% | 0.61% | - |
| HSV(B) | 317.14º | 0.5% | 0.82% | - |
| XYZ | 38.9 | 26.32 | 45.15 | - |
| YUV | 142.95 | 147.79 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 103 | 178 | 0 | 0.50 | 0.14 | 0.18 | 317.14 | 0.53 | 0.61 |
| Hex | D0 | 67 | B2 | 0 | 32 | E | 12 | 13D | 35 | 3D |
| Octal | 320 | 147 | 262 | 0 | 62 | 16 | 22 | 475 | 65 | 75 |
| Binary | 11010000 | 1100111 | 10110010 | 0 | 110010 | 1110 | 10010 | 100111101 | 110101 | 111101 |
Color Harmonies of #D067B2
Complementary color
Monochromatic Colors of #D067B2
Black with #D067B2
Text Example
Text Example
White with #D067B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D067B2; }
p { color: rgb(208,103,178); }
H1.HeaderClassName
{
color: #D067B2;
}
.AnyTagClassName
{
color: #D067B2;
}
</style>
background-color css
<style>
a { background-color: #D067B2; }
a { background-color: rgb(208,103,178); }
div.DivClassName
{
background-color: #D067B2;
}
.BgClassName
{
background-color: #D067B2;
}
</style>
border-color css
<style>
span { border-color: #D067B2; }
span { border-color: rgb(208,103,178); }
td.TdClassName
{
border-color: #D067B2;
}
.TagClassName
{
border-color: #D067B2;
}
</style>