Shades of Fuchsia #D366B7
Tints of Fuchsia #D366B7
RGB
CMYK
RGB Variations
Color information
#D366B7 (or 0xD366B7) is known color: Fuchsia. HEX triplet: D3, 66 and B7. RGB value is (211,102,183). Sum of RGB (Red+Green+Blue) = 211+102+183=496 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.54% from 496); Green value is 102 (40.23% from 255 or 20.56% from 496); Blue value is 183 (71.88% from 255 or 36.90% from 496); Max value from RGB is 211 - color contains mainly: red. Hex color #D366B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D366B7 is #2C9948. Grayscale: #8F8F8F. Windows color (decimal): -2922825 or 12019411. OLE color: 12019411.
HSL color Cylindrical-coordinate representation of color #D366B7: hue angle of 315.41º 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 #D366B7 is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 102 | 183 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.17 |
| HSL | 315.41º | 0.55% | 0.61% | - |
| HSV(B) | 315.41º | 0.52% | 0.83% | - |
| XYZ | 40.16 | 26.77 | 47.85 | - |
| YUV | 143.83 | 150.11 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 102 | 183 | 0 | 0.52 | 0.13 | 0.17 | 315.41 | 0.55 | 0.61 |
| Hex | D3 | 66 | B7 | 0 | 34 | D | 11 | 13B | 37 | 3D |
| Octal | 323 | 146 | 267 | 0 | 64 | 15 | 21 | 473 | 67 | 75 |
| Binary | 11010011 | 1100110 | 10110111 | 0 | 110100 | 1101 | 10001 | 100111011 | 110111 | 111101 |
Color Harmonies of #D366B7
Complementary color
Monochromatic Colors of #D366B7
Black with #D366B7
Text Example
Text Example
White with #D366B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D366B7; }
p { color: rgb(211,102,183); }
H1.HeaderClassName
{
color: #D366B7;
}
.AnyTagClassName
{
color: #D366B7;
}
</style>
background-color css
<style>
a { background-color: #D366B7; }
a { background-color: rgb(211,102,183); }
div.DivClassName
{
background-color: #D366B7;
}
.BgClassName
{
background-color: #D366B7;
}
</style>
border-color css
<style>
span { border-color: #D366B7; }
span { border-color: rgb(211,102,183); }
td.TdClassName
{
border-color: #D366B7;
}
.TagClassName
{
border-color: #D366B7;
}
</style>