Shades of Fuchsia #D065BE
Tints of Fuchsia #D065BE
RGB
CMYK
RGB Variations
Color information
#D065BE (or 0xD065BE) is known color: Fuchsia. HEX triplet: D0, 65 and BE. RGB value is (208,101,190). Sum of RGB (Red+Green+Blue) = 208+101+190=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 101 (39.84% from 255 or 20.24% from 499); Blue value is 190 (74.61% from 255 or 38.08% from 499); Max value from RGB is 208 - color contains mainly: red. Hex color #D065BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D065BE is #2F9A41. Grayscale: #8E8E8E. Windows color (decimal): -3119682 or 12477904. OLE color: 12477904.
HSL color Cylindrical-coordinate representation of color #D065BE: hue angle of 310.09º 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 #D065BE is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 101 | 190 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.18 |
| HSL | 310.09º | 0.53% | 0.61% | - |
| HSV(B) | 310.09º | 0.51% | 0.82% | - |
| XYZ | 39.96 | 26.43 | 51.71 | - |
| YUV | 143.14 | 154.45 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 101 | 190 | 0 | 0.51 | 0.09 | 0.18 | 310.09 | 0.53 | 0.61 |
| Hex | D0 | 65 | BE | 0 | 33 | 9 | 12 | 136 | 35 | 3D |
| Octal | 320 | 145 | 276 | 0 | 63 | 11 | 22 | 466 | 65 | 75 |
| Binary | 11010000 | 1100101 | 10111110 | 0 | 110011 | 1001 | 10010 | 100110110 | 110101 | 111101 |
Color Harmonies of #D065BE
Complementary color
Monochromatic Colors of #D065BE
Black with #D065BE
Text Example
Text Example
White with #D065BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D065BE; }
p { color: rgb(208,101,190); }
H1.HeaderClassName
{
color: #D065BE;
}
.AnyTagClassName
{
color: #D065BE;
}
</style>
background-color css
<style>
a { background-color: #D065BE; }
a { background-color: rgb(208,101,190); }
div.DivClassName
{
background-color: #D065BE;
}
.BgClassName
{
background-color: #D065BE;
}
</style>
border-color css
<style>
span { border-color: #D065BE; }
span { border-color: rgb(208,101,190); }
td.TdClassName
{
border-color: #D065BE;
}
.TagClassName
{
border-color: #D065BE;
}
</style>