Shades of Fuchsia #D066BA
Tints of Fuchsia #D066BA
RGB
CMYK
RGB Variations
Color information
#D066BA (or 0xD066BA) is known color: Fuchsia. HEX triplet: D0, 66 and BA. RGB value is (208,102,186). Sum of RGB (Red+Green+Blue) = 208+102+186=496 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.94% from 496); Green value is 102 (40.23% from 255 or 20.56% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 208 - color contains mainly: red. Hex color #D066BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D066BA is #2F9945. Grayscale: #8F8F8F. Windows color (decimal): -3119430 or 12216016. OLE color: 12216016.
HSL color Cylindrical-coordinate representation of color #D066BA: hue angle of 312.45º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D066BA is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 102 | 186 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.18 |
| HSL | 312.45º | 0.53% | 0.61% | - |
| HSV(B) | 312.45º | 0.51% | 0.82% | - |
| XYZ | 39.63 | 26.46 | 49.47 | - |
| YUV | 143.27 | 152.12 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 102 | 186 | 0 | 0.51 | 0.11 | 0.18 | 312.45 | 0.53 | 0.61 |
| Hex | D0 | 66 | BA | 0 | 33 | B | 12 | 138 | 35 | 3D |
| Octal | 320 | 146 | 272 | 0 | 63 | 13 | 22 | 470 | 65 | 75 |
| Binary | 11010000 | 1100110 | 10111010 | 0 | 110011 | 1011 | 10010 | 100111000 | 110101 | 111101 |
Color Harmonies of #D066BA
Complementary color
Monochromatic Colors of #D066BA
Black with #D066BA
Text Example
Text Example
White with #D066BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D066BA; }
p { color: rgb(208,102,186); }
H1.HeaderClassName
{
color: #D066BA;
}
.AnyTagClassName
{
color: #D066BA;
}
</style>
background-color css
<style>
a { background-color: #D066BA; }
a { background-color: rgb(208,102,186); }
div.DivClassName
{
background-color: #D066BA;
}
.BgClassName
{
background-color: #D066BA;
}
</style>
border-color css
<style>
span { border-color: #D066BA; }
span { border-color: rgb(208,102,186); }
td.TdClassName
{
border-color: #D066BA;
}
.TagClassName
{
border-color: #D066BA;
}
</style>