Shades of Fuchsia #D066C0
Tints of Fuchsia #D066C0
RGB
CMYK
RGB Variations
Color information
#D066C0 (or 0xD066C0) is known color: Fuchsia. HEX triplet: D0, 66 and C0. RGB value is (208,102,192). Sum of RGB (Red+Green+Blue) = 208+102+192=502 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.43% from 502); Green value is 102 (40.23% from 255 or 20.32% from 502); Blue value is 192 (75.39% from 255 or 38.25% from 502); Max value from RGB is 208 - color contains mainly: red. Hex color #D066C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D066C0 is #2F993F. Grayscale: #8F8F8F. Windows color (decimal): -3119424 or 12609232. OLE color: 12609232.
HSL color Cylindrical-coordinate representation of color #D066C0: hue angle of 309.06º 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 #D066C0 is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 102 | 192 | - |
| CMYK | 0 | 0.51 | 0.08 | 0.18 |
| HSL | 309.06º | 0.53% | 0.61% | - |
| HSV(B) | 309.06º | 0.51% | 0.82% | - |
| XYZ | 40.28 | 26.72 | 52.9 | - |
| YUV | 143.95 | 155.12 | 173.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 102 | 192 | 0 | 0.51 | 0.08 | 0.18 | 309.06 | 0.53 | 0.61 |
| Hex | D0 | 66 | C0 | 0 | 33 | 8 | 12 | 135 | 35 | 3D |
| Octal | 320 | 146 | 300 | 0 | 63 | 10 | 22 | 465 | 65 | 75 |
| Binary | 11010000 | 1100110 | 11000000 | 0 | 110011 | 1000 | 10010 | 100110101 | 110101 | 111101 |
Color Harmonies of #D066C0
Complementary color
Monochromatic Colors of #D066C0
Black with #D066C0
Text Example
Text Example
White with #D066C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D066C0; }
p { color: rgb(208,102,192); }
H1.HeaderClassName
{
color: #D066C0;
}
.AnyTagClassName
{
color: #D066C0;
}
</style>
background-color css
<style>
a { background-color: #D066C0; }
a { background-color: rgb(208,102,192); }
div.DivClassName
{
background-color: #D066C0;
}
.BgClassName
{
background-color: #D066C0;
}
</style>
border-color css
<style>
span { border-color: #D066C0; }
span { border-color: rgb(208,102,192); }
td.TdClassName
{
border-color: #D066C0;
}
.TagClassName
{
border-color: #D066C0;
}
</style>