Shades of Fuchsia #D365BC
Tints of Fuchsia #D365BC
RGB
CMYK
RGB Variations
Color information
#D365BC (or 0xD365BC) is known color: Fuchsia. HEX triplet: D3, 65 and BC. RGB value is (211,101,188). Sum of RGB (Red+Green+Blue) = 211+101+188=500 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.2% from 500); Green value is 101 (39.84% from 255 or 20.2% from 500); Blue value is 188 (73.83% from 255 or 37.6% from 500); Max value from RGB is 211 - color contains mainly: red. Hex color #D365BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D365BC is #2C9A43. Grayscale: #8F8F8F. Windows color (decimal): -2923076 or 12346835. OLE color: 12346835.
HSL color Cylindrical-coordinate representation of color #D365BC: hue angle of 312.55º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D365BC is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 101 | 188 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.17 |
| HSL | 312.55º | 0.56% | 0.61% | - |
| HSV(B) | 312.55º | 0.52% | 0.83% | - |
| XYZ | 40.59 | 26.79 | 50.61 | - |
| YUV | 143.81 | 152.94 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 101 | 188 | 0 | 0.52 | 0.11 | 0.17 | 312.55 | 0.56 | 0.61 |
| Hex | D3 | 65 | BC | 0 | 34 | B | 11 | 139 | 38 | 3D |
| Octal | 323 | 145 | 274 | 0 | 64 | 13 | 21 | 471 | 70 | 75 |
| Binary | 11010011 | 1100101 | 10111100 | 0 | 110100 | 1011 | 10001 | 100111001 | 111000 | 111101 |
Color Harmonies of #D365BC
Complementary color
Monochromatic Colors of #D365BC
Black with #D365BC
Text Example
Text Example
White with #D365BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D365BC; }
p { color: rgb(211,101,188); }
H1.HeaderClassName
{
color: #D365BC;
}
.AnyTagClassName
{
color: #D365BC;
}
</style>
background-color css
<style>
a { background-color: #D365BC; }
a { background-color: rgb(211,101,188); }
div.DivClassName
{
background-color: #D365BC;
}
.BgClassName
{
background-color: #D365BC;
}
</style>
border-color css
<style>
span { border-color: #D365BC; }
span { border-color: rgb(211,101,188); }
td.TdClassName
{
border-color: #D365BC;
}
.TagClassName
{
border-color: #D365BC;
}
</style>