Shades of Fuchsia #D666B3
Tints of Fuchsia #D666B3
RGB
CMYK
RGB Variations
Color information
#D666B3 (or 0xD666B3) is known color: Fuchsia. HEX triplet: D6, 66 and B3. RGB value is (214,102,179). Sum of RGB (Red+Green+Blue) = 214+102+179=495 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.23% from 495); Green value is 102 (40.23% from 255 or 20.61% from 495); Blue value is 179 (70.31% from 255 or 36.16% from 495); Max value from RGB is 214 - color contains mainly: red. Hex color #D666B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D666B3 is #29994C. Grayscale: #909090. Windows color (decimal): -2726221 or 11757270. OLE color: 11757270.
HSL color Cylindrical-coordinate representation of color #D666B3: hue angle of 318.75º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D666B3 is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 102 | 179 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.16 |
| HSL | 318.75º | 0.58% | 0.62% | - |
| HSV(B) | 318.75º | 0.52% | 0.84% | - |
| XYZ | 40.62 | 27.05 | 45.73 | - |
| YUV | 144.27 | 147.61 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 102 | 179 | 0 | 0.52 | 0.16 | 0.16 | 318.75 | 0.58 | 0.62 |
| Hex | D6 | 66 | B3 | 0 | 34 | 10 | 10 | 13F | 3A | 3E |
| Octal | 326 | 146 | 263 | 0 | 64 | 20 | 20 | 477 | 72 | 76 |
| Binary | 11010110 | 1100110 | 10110011 | 0 | 110100 | 10000 | 10000 | 100111111 | 111010 | 111110 |
Color Harmonies of #D666B3
Complementary color
Monochromatic Colors of #D666B3
Black with #D666B3
Text Example
Text Example
White with #D666B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D666B3; }
p { color: rgb(214,102,179); }
H1.HeaderClassName
{
color: #D666B3;
}
.AnyTagClassName
{
color: #D666B3;
}
</style>
background-color css
<style>
a { background-color: #D666B3; }
a { background-color: rgb(214,102,179); }
div.DivClassName
{
background-color: #D666B3;
}
.BgClassName
{
background-color: #D666B3;
}
</style>
border-color css
<style>
span { border-color: #D666B3; }
span { border-color: rgb(214,102,179); }
td.TdClassName
{
border-color: #D666B3;
}
.TagClassName
{
border-color: #D666B3;
}
</style>