Shades of Fuchsia #D067C0
Tints of Fuchsia #D067C0
RGB
CMYK
RGB Variations
Color information
#D067C0 (or 0xD067C0) is known color: Fuchsia. HEX triplet: D0, 67 and C0. RGB value is (208,103,192). Sum of RGB (Red+Green+Blue) = 208+103+192=503 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.35% from 503); Green value is 103 (40.62% from 255 or 20.48% from 503); Blue value is 192 (75.39% from 255 or 38.17% from 503); Max value from RGB is 208 - color contains mainly: red. Hex color #D067C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D067C0 is #2F983F. Grayscale: #909090. Windows color (decimal): -3119168 or 12609488. OLE color: 12609488.
HSL color Cylindrical-coordinate representation of color #D067C0: hue angle of 309.14º 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 #D067C0 is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 103 | 192 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.18 |
| HSL | 309.14º | 0.53% | 0.61% | - |
| HSV(B) | 309.14º | 0.5% | 0.82% | - |
| XYZ | 40.38 | 26.92 | 52.94 | - |
| YUV | 144.54 | 154.79 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 103 | 192 | 0 | 0.50 | 0.08 | 0.18 | 309.14 | 0.53 | 0.61 |
| Hex | D0 | 67 | C0 | 0 | 32 | 8 | 12 | 135 | 35 | 3D |
| Octal | 320 | 147 | 300 | 0 | 62 | 10 | 22 | 465 | 65 | 75 |
| Binary | 11010000 | 1100111 | 11000000 | 0 | 110010 | 1000 | 10010 | 100110101 | 110101 | 111101 |
Color Harmonies of #D067C0
Complementary color
Monochromatic Colors of #D067C0
Black with #D067C0
Text Example
Text Example
White with #D067C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D067C0; }
p { color: rgb(208,103,192); }
H1.HeaderClassName
{
color: #D067C0;
}
.AnyTagClassName
{
color: #D067C0;
}
</style>
background-color css
<style>
a { background-color: #D067C0; }
a { background-color: rgb(208,103,192); }
div.DivClassName
{
background-color: #D067C0;
}
.BgClassName
{
background-color: #D067C0;
}
</style>
border-color css
<style>
span { border-color: #D067C0; }
span { border-color: rgb(208,103,192); }
td.TdClassName
{
border-color: #D067C0;
}
.TagClassName
{
border-color: #D067C0;
}
</style>