Shades of Fuchsia #D366B2
Tints of Fuchsia #D366B2
RGB
CMYK
RGB Variations
Color information
#D366B2 (or 0xD366B2) is known color: Fuchsia. HEX triplet: D3, 66 and B2. RGB value is (211,102,178). Sum of RGB (Red+Green+Blue) = 211+102+178=491 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.97% from 491); Green value is 102 (40.23% from 255 or 20.77% from 491); Blue value is 178 (69.92% from 255 or 36.25% from 491); Max value from RGB is 211 - color contains mainly: red. Hex color #D366B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D366B2 is #2C994D. Grayscale: #8F8F8F. Windows color (decimal): -2922830 or 11691731. OLE color: 11691731.
HSL color Cylindrical-coordinate representation of color #D366B2: hue angle of 318.17º 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 #D366B2 is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 102 | 178 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.17 |
| HSL | 318.17º | 0.55% | 0.61% | - |
| HSV(B) | 318.17º | 0.52% | 0.83% | - |
| XYZ | 39.65 | 26.57 | 45.16 | - |
| YUV | 143.26 | 147.61 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 102 | 178 | 0 | 0.52 | 0.16 | 0.17 | 318.17 | 0.55 | 0.61 |
| Hex | D3 | 66 | B2 | 0 | 34 | 10 | 11 | 13E | 37 | 3D |
| Octal | 323 | 146 | 262 | 0 | 64 | 20 | 21 | 476 | 67 | 75 |
| Binary | 11010011 | 1100110 | 10110010 | 0 | 110100 | 10000 | 10001 | 100111110 | 110111 | 111101 |
Color Harmonies of #D366B2
Complementary color
Monochromatic Colors of #D366B2
Black with #D366B2
Text Example
Text Example
White with #D366B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D366B2; }
p { color: rgb(211,102,178); }
H1.HeaderClassName
{
color: #D366B2;
}
.AnyTagClassName
{
color: #D366B2;
}
</style>
background-color css
<style>
a { background-color: #D366B2; }
a { background-color: rgb(211,102,178); }
div.DivClassName
{
background-color: #D366B2;
}
.BgClassName
{
background-color: #D366B2;
}
</style>
border-color css
<style>
span { border-color: #D366B2; }
span { border-color: rgb(211,102,178); }
td.TdClassName
{
border-color: #D366B2;
}
.TagClassName
{
border-color: #D366B2;
}
</style>