Shades of Fuchsia #D066BC
Tints of Fuchsia #D066BC
RGB
CMYK
RGB Variations
Color information
#D066BC (or 0xD066BC) is known color: Fuchsia. HEX triplet: D0, 66 and BC. RGB value is (208,102,188). Sum of RGB (Red+Green+Blue) = 208+102+188=498 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.77% from 498); Green value is 102 (40.23% from 255 or 20.48% from 498); Blue value is 188 (73.83% from 255 or 37.75% from 498); Max value from RGB is 208 - color contains mainly: red. Hex color #D066BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D066BC is #2F9943. Grayscale: #8F8F8F. Windows color (decimal): -3119428 or 12347088. OLE color: 12347088.
HSL color Cylindrical-coordinate representation of color #D066BC: hue angle of 311.32º 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 #D066BC is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 102 | 188 | - |
| CMYK | 0 | 0.51 | 0.10 | 0.18 |
| HSL | 311.32º | 0.53% | 0.61% | - |
| HSV(B) | 311.32º | 0.51% | 0.82% | - |
| XYZ | 39.84 | 26.54 | 50.6 | - |
| YUV | 143.5 | 153.12 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 102 | 188 | 0 | 0.51 | 0.10 | 0.18 | 311.32 | 0.53 | 0.61 |
| Hex | D0 | 66 | BC | 0 | 33 | A | 12 | 137 | 35 | 3D |
| Octal | 320 | 146 | 274 | 0 | 63 | 12 | 22 | 467 | 65 | 75 |
| Binary | 11010000 | 1100110 | 10111100 | 0 | 110011 | 1010 | 10010 | 100110111 | 110101 | 111101 |
Color Harmonies of #D066BC
Complementary color
Monochromatic Colors of #D066BC
Black with #D066BC
Text Example
Text Example
White with #D066BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D066BC; }
p { color: rgb(208,102,188); }
H1.HeaderClassName
{
color: #D066BC;
}
.AnyTagClassName
{
color: #D066BC;
}
</style>
background-color css
<style>
a { background-color: #D066BC; }
a { background-color: rgb(208,102,188); }
div.DivClassName
{
background-color: #D066BC;
}
.BgClassName
{
background-color: #D066BC;
}
</style>
border-color css
<style>
span { border-color: #D066BC; }
span { border-color: rgb(208,102,188); }
td.TdClassName
{
border-color: #D066BC;
}
.TagClassName
{
border-color: #D066BC;
}
</style>