Shades of Fuchsia #D066B7
Tints of Fuchsia #D066B7
RGB
CMYK
RGB Variations
Color information
#D066B7 (or 0xD066B7) is known color: Fuchsia. HEX triplet: D0, 66 and B7. RGB value is (208,102,183). Sum of RGB (Red+Green+Blue) = 208+102+183=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 102 (40.23% from 255 or 20.69% from 493); Blue value is 183 (71.88% from 255 or 37.12% from 493); Max value from RGB is 208 - color contains mainly: red. Hex color #D066B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D066B7 is #2F9948. Grayscale: #8E8E8E. Windows color (decimal): -3119433 or 12019408. OLE color: 12019408.
HSL color Cylindrical-coordinate representation of color #D066B7: hue angle of 314.15º 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 #D066B7 is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 102 | 183 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.18 |
| HSL | 314.15º | 0.53% | 0.61% | - |
| HSV(B) | 314.15º | 0.51% | 0.82% | - |
| XYZ | 39.31 | 26.33 | 47.81 | - |
| YUV | 142.93 | 150.62 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 102 | 183 | 0 | 0.51 | 0.12 | 0.18 | 314.15 | 0.53 | 0.61 |
| Hex | D0 | 66 | B7 | 0 | 33 | C | 12 | 13A | 35 | 3D |
| Octal | 320 | 146 | 267 | 0 | 63 | 14 | 22 | 472 | 65 | 75 |
| Binary | 11010000 | 1100110 | 10110111 | 0 | 110011 | 1100 | 10010 | 100111010 | 110101 | 111101 |
Color Harmonies of #D066B7
Complementary color
Monochromatic Colors of #D066B7
Black with #D066B7
Text Example
Text Example
White with #D066B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D066B7; }
p { color: rgb(208,102,183); }
H1.HeaderClassName
{
color: #D066B7;
}
.AnyTagClassName
{
color: #D066B7;
}
</style>
background-color css
<style>
a { background-color: #D066B7; }
a { background-color: rgb(208,102,183); }
div.DivClassName
{
background-color: #D066B7;
}
.BgClassName
{
background-color: #D066B7;
}
</style>
border-color css
<style>
span { border-color: #D066B7; }
span { border-color: rgb(208,102,183); }
td.TdClassName
{
border-color: #D066B7;
}
.TagClassName
{
border-color: #D066B7;
}
</style>