Shades of Fuchsia #D066B9
Tints of Fuchsia #D066B9
RGB
CMYK
RGB Variations
Color information
#D066B9 (or 0xD066B9) is known color: Fuchsia. HEX triplet: D0, 66 and B9. RGB value is (208,102,185). Sum of RGB (Red+Green+Blue) = 208+102+185=495 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.02% from 495); Green value is 102 (40.23% from 255 or 20.61% from 495); Blue value is 185 (72.66% from 255 or 37.37% from 495); Max value from RGB is 208 - color contains mainly: red. Hex color #D066B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D066B9 is #2F9946. Grayscale: #8E8E8E. Windows color (decimal): -3119431 or 12150480. OLE color: 12150480.
HSL color Cylindrical-coordinate representation of color #D066B9: hue angle of 313.02º 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 #D066B9 is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 102 | 185 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.18 |
| HSL | 313.02º | 0.53% | 0.61% | - |
| HSV(B) | 313.02º | 0.51% | 0.82% | - |
| XYZ | 39.52 | 26.42 | 48.91 | - |
| YUV | 143.16 | 151.62 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 102 | 185 | 0 | 0.51 | 0.11 | 0.18 | 313.02 | 0.53 | 0.61 |
| Hex | D0 | 66 | B9 | 0 | 33 | B | 12 | 139 | 35 | 3D |
| Octal | 320 | 146 | 271 | 0 | 63 | 13 | 22 | 471 | 65 | 75 |
| Binary | 11010000 | 1100110 | 10111001 | 0 | 110011 | 1011 | 10010 | 100111001 | 110101 | 111101 |
Color Harmonies of #D066B9
Complementary color
Monochromatic Colors of #D066B9
Black with #D066B9
Text Example
Text Example
White with #D066B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D066B9; }
p { color: rgb(208,102,185); }
H1.HeaderClassName
{
color: #D066B9;
}
.AnyTagClassName
{
color: #D066B9;
}
</style>
background-color css
<style>
a { background-color: #D066B9; }
a { background-color: rgb(208,102,185); }
div.DivClassName
{
background-color: #D066B9;
}
.BgClassName
{
background-color: #D066B9;
}
</style>
border-color css
<style>
span { border-color: #D066B9; }
span { border-color: rgb(208,102,185); }
td.TdClassName
{
border-color: #D066B9;
}
.TagClassName
{
border-color: #D066B9;
}
</style>