Shades of Fuchsia #D066BE
Tints of Fuchsia #D066BE
RGB
CMYK
RGB Variations
Color information
#D066BE (or 0xD066BE) is known color: Fuchsia. HEX triplet: D0, 66 and BE. RGB value is (208,102,190). Sum of RGB (Red+Green+Blue) = 208+102+190=500 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.6% from 500); Green value is 102 (40.23% from 255 or 20.4% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 208 - color contains mainly: red. Hex color #D066BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D066BE is #2F9941. Grayscale: #8F8F8F. Windows color (decimal): -3119426 or 12478160. OLE color: 12478160.
HSL color Cylindrical-coordinate representation of color #D066BE: hue angle of 310.19º 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 #D066BE is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 102 | 190 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.18 |
| HSL | 310.19º | 0.53% | 0.61% | - |
| HSV(B) | 310.19º | 0.51% | 0.82% | - |
| XYZ | 40.06 | 26.63 | 51.74 | - |
| YUV | 143.73 | 154.12 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 102 | 190 | 0 | 0.51 | 0.09 | 0.18 | 310.19 | 0.53 | 0.61 |
| Hex | D0 | 66 | BE | 0 | 33 | 9 | 12 | 136 | 35 | 3D |
| Octal | 320 | 146 | 276 | 0 | 63 | 11 | 22 | 466 | 65 | 75 |
| Binary | 11010000 | 1100110 | 10111110 | 0 | 110011 | 1001 | 10010 | 100110110 | 110101 | 111101 |
Color Harmonies of #D066BE
Complementary color
Monochromatic Colors of #D066BE
Black with #D066BE
Text Example
Text Example
White with #D066BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D066BE; }
p { color: rgb(208,102,190); }
H1.HeaderClassName
{
color: #D066BE;
}
.AnyTagClassName
{
color: #D066BE;
}
</style>
background-color css
<style>
a { background-color: #D066BE; }
a { background-color: rgb(208,102,190); }
div.DivClassName
{
background-color: #D066BE;
}
.BgClassName
{
background-color: #D066BE;
}
</style>
border-color css
<style>
span { border-color: #D066BE; }
span { border-color: rgb(208,102,190); }
td.TdClassName
{
border-color: #D066BE;
}
.TagClassName
{
border-color: #D066BE;
}
</style>