Shades of Fuchsia #D065B3
Tints of Fuchsia #D065B3
RGB
CMYK
RGB Variations
Color information
#D065B3 (or 0xD065B3) is known color: Fuchsia. HEX triplet: D0, 65 and B3. RGB value is (208,101,179). Sum of RGB (Red+Green+Blue) = 208+101+179=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 101 (39.84% from 255 or 20.70% from 488); Blue value is 179 (70.31% from 255 or 36.68% from 488); Max value from RGB is 208 - color contains mainly: red. Hex color #D065B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D065B3 is #2F9A4C. Grayscale: #8D8D8D. Windows color (decimal): -3119693 or 11757008. OLE color: 11757008.
HSL color Cylindrical-coordinate representation of color #D065B3: hue angle of 316.26º 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 #D065B3 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 101 | 179 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.18 |
| HSL | 316.26º | 0.53% | 0.61% | - |
| HSV(B) | 316.26º | 0.51% | 0.82% | - |
| XYZ | 38.8 | 25.97 | 45.62 | - |
| YUV | 141.89 | 148.95 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 101 | 179 | 0 | 0.51 | 0.14 | 0.18 | 316.26 | 0.53 | 0.61 |
| Hex | D0 | 65 | B3 | 0 | 33 | E | 12 | 13C | 35 | 3D |
| Octal | 320 | 145 | 263 | 0 | 63 | 16 | 22 | 474 | 65 | 75 |
| Binary | 11010000 | 1100101 | 10110011 | 0 | 110011 | 1110 | 10010 | 100111100 | 110101 | 111101 |
Color Harmonies of #D065B3
Complementary color
Monochromatic Colors of #D065B3
Black with #D065B3
Text Example
Text Example
White with #D065B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D065B3; }
p { color: rgb(208,101,179); }
H1.HeaderClassName
{
color: #D065B3;
}
.AnyTagClassName
{
color: #D065B3;
}
</style>
background-color css
<style>
a { background-color: #D065B3; }
a { background-color: rgb(208,101,179); }
div.DivClassName
{
background-color: #D065B3;
}
.BgClassName
{
background-color: #D065B3;
}
</style>
border-color css
<style>
span { border-color: #D065B3; }
span { border-color: rgb(208,101,179); }
td.TdClassName
{
border-color: #D065B3;
}
.TagClassName
{
border-color: #D065B3;
}
</style>