Shades of Fuchsia #D366B4
Tints of Fuchsia #D366B4
RGB
CMYK
RGB Variations
Color information
#D366B4 (or 0xD366B4) is known color: Fuchsia. HEX triplet: D3, 66 and B4. RGB value is (211,102,180). Sum of RGB (Red+Green+Blue) = 211+102+180=493 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.80% from 493); Green value is 102 (40.23% from 255 or 20.69% from 493); Blue value is 180 (70.70% from 255 or 36.51% from 493); Max value from RGB is 211 - color contains mainly: red. Hex color #D366B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D366B4 is #2C994B. Grayscale: #8F8F8F. Windows color (decimal): -2922828 or 11822803. OLE color: 11822803.
HSL color Cylindrical-coordinate representation of color #D366B4: hue angle of 317.06º 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 #D366B4 is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 102 | 180 | - |
| CMYK | 0 | 0.52 | 0.15 | 0.17 |
| HSL | 317.06º | 0.55% | 0.61% | - |
| HSV(B) | 317.06º | 0.52% | 0.83% | - |
| XYZ | 39.85 | 26.65 | 46.22 | - |
| YUV | 143.48 | 148.61 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 102 | 180 | 0 | 0.52 | 0.15 | 0.17 | 317.06 | 0.55 | 0.61 |
| Hex | D3 | 66 | B4 | 0 | 34 | F | 11 | 13D | 37 | 3D |
| Octal | 323 | 146 | 264 | 0 | 64 | 17 | 21 | 475 | 67 | 75 |
| Binary | 11010011 | 1100110 | 10110100 | 0 | 110100 | 1111 | 10001 | 100111101 | 110111 | 111101 |
Color Harmonies of #D366B4
Complementary color
Monochromatic Colors of #D366B4
Black with #D366B4
Text Example
Text Example
White with #D366B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D366B4; }
p { color: rgb(211,102,180); }
H1.HeaderClassName
{
color: #D366B4;
}
.AnyTagClassName
{
color: #D366B4;
}
</style>
background-color css
<style>
a { background-color: #D366B4; }
a { background-color: rgb(211,102,180); }
div.DivClassName
{
background-color: #D366B4;
}
.BgClassName
{
background-color: #D366B4;
}
</style>
border-color css
<style>
span { border-color: #D366B4; }
span { border-color: rgb(211,102,180); }
td.TdClassName
{
border-color: #D366B4;
}
.TagClassName
{
border-color: #D366B4;
}
</style>