Shades of Fuchsia #D068BC
Tints of Fuchsia #D068BC
RGB
CMYK
RGB Variations
Color information
#D068BC (or 0xD068BC) is known color: Fuchsia. HEX triplet: D0, 68 and BC. RGB value is (208,104,188). Sum of RGB (Red+Green+Blue) = 208+104+188=500 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.6% from 500); Green value is 104 (41.02% from 255 or 20.8% from 500); Blue value is 188 (73.83% from 255 or 37.6% from 500); Max value from RGB is 208 - color contains mainly: red. Hex color #D068BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D068BC is #2F9743. Grayscale: #909090. Windows color (decimal): -3118916 or 12347600. OLE color: 12347600.
HSL color Cylindrical-coordinate representation of color #D068BC: hue angle of 311.54º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D068BC is Cyan = 0, Magento = 0.5, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 104 | 188 | - |
| CMYK | 0 | 0.5 | 0.10 | 0.18 |
| HSL | 311.54º | 0.53% | 0.61% | - |
| HSV(B) | 311.54º | 0.5% | 0.82% | - |
| XYZ | 40.04 | 26.94 | 50.67 | - |
| YUV | 144.67 | 152.46 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 104 | 188 | 0 | 0.5 | 0.10 | 0.18 | 311.54 | 0.53 | 0.61 |
| Hex | D0 | 68 | BC | 0 | 32 | A | 12 | 138 | 35 | 3D |
| Octal | 320 | 150 | 274 | 0 | 62 | 12 | 22 | 470 | 65 | 75 |
| Binary | 11010000 | 1101000 | 10111100 | 0 | 110010 | 1010 | 10010 | 100111000 | 110101 | 111101 |
Color Harmonies of #D068BC
Complementary color
Monochromatic Colors of #D068BC
Black with #D068BC
Text Example
Text Example
White with #D068BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D068BC; }
p { color: rgb(208,104,188); }
H1.HeaderClassName
{
color: #D068BC;
}
.AnyTagClassName
{
color: #D068BC;
}
</style>
background-color css
<style>
a { background-color: #D068BC; }
a { background-color: rgb(208,104,188); }
div.DivClassName
{
background-color: #D068BC;
}
.BgClassName
{
background-color: #D068BC;
}
</style>
border-color css
<style>
span { border-color: #D068BC; }
span { border-color: rgb(208,104,188); }
td.TdClassName
{
border-color: #D068BC;
}
.TagClassName
{
border-color: #D068BC;
}
</style>