Shades of Fuchsia #D066B3
Tints of Fuchsia #D066B3
RGB
CMYK
RGB Variations
Color information
#D066B3 (or 0xD066B3) is known color: Fuchsia. HEX triplet: D0, 66 and B3. RGB value is (208,102,179). Sum of RGB (Red+Green+Blue) = 208+102+179=489 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.54% from 489); Green value is 102 (40.23% from 255 or 20.86% from 489); Blue value is 179 (70.31% from 255 or 36.61% from 489); Max value from RGB is 208 - color contains mainly: red. Hex color #D066B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D066B3 is #2F994C. Grayscale: #8E8E8E. Windows color (decimal): -3119437 or 11757264. OLE color: 11757264.
HSL color Cylindrical-coordinate representation of color #D066B3: hue angle of 316.42º 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 #D066B3 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 102 | 179 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.18 |
| HSL | 316.42º | 0.53% | 0.61% | - |
| HSV(B) | 316.42º | 0.51% | 0.82% | - |
| XYZ | 38.9 | 26.17 | 45.65 | - |
| YUV | 142.47 | 148.62 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 102 | 179 | 0 | 0.51 | 0.14 | 0.18 | 316.42 | 0.53 | 0.61 |
| Hex | D0 | 66 | B3 | 0 | 33 | E | 12 | 13C | 35 | 3D |
| Octal | 320 | 146 | 263 | 0 | 63 | 16 | 22 | 474 | 65 | 75 |
| Binary | 11010000 | 1100110 | 10110011 | 0 | 110011 | 1110 | 10010 | 100111100 | 110101 | 111101 |
Color Harmonies of #D066B3
Complementary color
Monochromatic Colors of #D066B3
Black with #D066B3
Text Example
Text Example
White with #D066B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D066B3; }
p { color: rgb(208,102,179); }
H1.HeaderClassName
{
color: #D066B3;
}
.AnyTagClassName
{
color: #D066B3;
}
</style>
background-color css
<style>
a { background-color: #D066B3; }
a { background-color: rgb(208,102,179); }
div.DivClassName
{
background-color: #D066B3;
}
.BgClassName
{
background-color: #D066B3;
}
</style>
border-color css
<style>
span { border-color: #D066B3; }
span { border-color: rgb(208,102,179); }
td.TdClassName
{
border-color: #D066B3;
}
.TagClassName
{
border-color: #D066B3;
}
</style>