Shades of Fuchsia #D466B7
Tints of Fuchsia #D466B7
RGB
CMYK
RGB Variations
Color information
#D466B7 (or 0xD466B7) is known color: Fuchsia. HEX triplet: D4, 66 and B7. RGB value is (212,102,183). Sum of RGB (Red+Green+Blue) = 212+102+183=497 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.66% from 497); Green value is 102 (40.23% from 255 or 20.52% from 497); Blue value is 183 (71.88% from 255 or 36.82% from 497); Max value from RGB is 212 - color contains mainly: red. Hex color #D466B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D466B7 is #2B9948. Grayscale: #8F8F8F. Windows color (decimal): -2857289 or 12019412. OLE color: 12019412.
HSL color Cylindrical-coordinate representation of color #D466B7: hue angle of 315.82º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D466B7 is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 102 | 183 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.17 |
| HSL | 315.82º | 0.56% | 0.62% | - |
| HSV(B) | 315.82º | 0.52% | 0.83% | - |
| XYZ | 40.45 | 26.92 | 47.86 | - |
| YUV | 144.12 | 149.94 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 102 | 183 | 0 | 0.52 | 0.14 | 0.17 | 315.82 | 0.56 | 0.62 |
| Hex | D4 | 66 | B7 | 0 | 34 | E | 11 | 13C | 38 | 3E |
| Octal | 324 | 146 | 267 | 0 | 64 | 16 | 21 | 474 | 70 | 76 |
| Binary | 11010100 | 1100110 | 10110111 | 0 | 110100 | 1110 | 10001 | 100111100 | 111000 | 111110 |
Color Harmonies of #D466B7
Complementary color
Monochromatic Colors of #D466B7
Black with #D466B7
Text Example
Text Example
White with #D466B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D466B7; }
p { color: rgb(212,102,183); }
H1.HeaderClassName
{
color: #D466B7;
}
.AnyTagClassName
{
color: #D466B7;
}
</style>
background-color css
<style>
a { background-color: #D466B7; }
a { background-color: rgb(212,102,183); }
div.DivClassName
{
background-color: #D466B7;
}
.BgClassName
{
background-color: #D466B7;
}
</style>
border-color css
<style>
span { border-color: #D466B7; }
span { border-color: rgb(212,102,183); }
td.TdClassName
{
border-color: #D466B7;
}
.TagClassName
{
border-color: #D466B7;
}
</style>