Shades of Fuchsia #D065C2
Tints of Fuchsia #D065C2
RGB
CMYK
RGB Variations
Color information
#D065C2 (or 0xD065C2) is known color: Fuchsia. HEX triplet: D0, 65 and C2. RGB value is (208,101,194). Sum of RGB (Red+Green+Blue) = 208+101+194=503 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.35% from 503); Green value is 101 (39.84% from 255 or 20.08% from 503); Blue value is 194 (76.17% from 255 or 38.57% from 503); Max value from RGB is 208 - color contains mainly: red. Hex color #D065C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D065C2 is #2F9A3D. Grayscale: #8F8F8F. Windows color (decimal): -3119678 or 12740048. OLE color: 12740048.
HSL color Cylindrical-coordinate representation of color #D065C2: hue angle of 307.85º 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 #D065C2 is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 101 | 194 | - |
| CMYK | 0 | 0.51 | 0.07 | 0.18 |
| HSL | 307.85º | 0.53% | 0.61% | - |
| HSV(B) | 307.85º | 0.51% | 0.82% | - |
| XYZ | 40.4 | 26.61 | 54.05 | - |
| YUV | 143.6 | 156.45 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 101 | 194 | 0 | 0.51 | 0.07 | 0.18 | 307.85 | 0.53 | 0.61 |
| Hex | D0 | 65 | C2 | 0 | 33 | 7 | 12 | 134 | 35 | 3D |
| Octal | 320 | 145 | 302 | 0 | 63 | 7 | 22 | 464 | 65 | 75 |
| Binary | 11010000 | 1100101 | 11000010 | 0 | 110011 | 111 | 10010 | 100110100 | 110101 | 111101 |
Color Harmonies of #D065C2
Complementary color
Monochromatic Colors of #D065C2
Black with #D065C2
Text Example
Text Example
White with #D065C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D065C2; }
p { color: rgb(208,101,194); }
H1.HeaderClassName
{
color: #D065C2;
}
.AnyTagClassName
{
color: #D065C2;
}
</style>
background-color css
<style>
a { background-color: #D065C2; }
a { background-color: rgb(208,101,194); }
div.DivClassName
{
background-color: #D065C2;
}
.BgClassName
{
background-color: #D065C2;
}
</style>
border-color css
<style>
span { border-color: #D065C2; }
span { border-color: rgb(208,101,194); }
td.TdClassName
{
border-color: #D065C2;
}
.TagClassName
{
border-color: #D065C2;
}
</style>