Shades of Fuchsia #D366BC
Tints of Fuchsia #D366BC
RGB
CMYK
RGB Variations
Color information
#D366BC (or 0xD366BC) is known color: Fuchsia. HEX triplet: D3, 66 and BC. RGB value is (211,102,188). Sum of RGB (Red+Green+Blue) = 211+102+188=501 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.12% from 501); Green value is 102 (40.23% from 255 or 20.36% from 501); Blue value is 188 (73.83% from 255 or 37.52% from 501); Max value from RGB is 211 - color contains mainly: red. Hex color #D366BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D366BC is #2C9943. Grayscale: #909090. Windows color (decimal): -2922820 or 12347091. OLE color: 12347091.
HSL color Cylindrical-coordinate representation of color #D366BC: hue angle of 312.66º degrees, saturation: 0.55, 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 #D366BC is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 102 | 188 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.17 |
| HSL | 312.66º | 0.55% | 0.61% | - |
| HSV(B) | 312.66º | 0.52% | 0.83% | - |
| XYZ | 40.69 | 26.98 | 50.64 | - |
| YUV | 144.4 | 152.61 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 102 | 188 | 0 | 0.52 | 0.11 | 0.17 | 312.66 | 0.55 | 0.61 |
| Hex | D3 | 66 | BC | 0 | 34 | B | 11 | 139 | 37 | 3D |
| Octal | 323 | 146 | 274 | 0 | 64 | 13 | 21 | 471 | 67 | 75 |
| Binary | 11010011 | 1100110 | 10111100 | 0 | 110100 | 1011 | 10001 | 100111001 | 110111 | 111101 |
Color Harmonies of #D366BC
Complementary color
Monochromatic Colors of #D366BC
Black with #D366BC
Text Example
Text Example
White with #D366BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D366BC; }
p { color: rgb(211,102,188); }
H1.HeaderClassName
{
color: #D366BC;
}
.AnyTagClassName
{
color: #D366BC;
}
</style>
background-color css
<style>
a { background-color: #D366BC; }
a { background-color: rgb(211,102,188); }
div.DivClassName
{
background-color: #D366BC;
}
.BgClassName
{
background-color: #D366BC;
}
</style>
border-color css
<style>
span { border-color: #D366BC; }
span { border-color: rgb(211,102,188); }
td.TdClassName
{
border-color: #D366BC;
}
.TagClassName
{
border-color: #D366BC;
}
</style>