Shades of Fuchsia #D668B5
Tints of Fuchsia #D668B5
RGB
CMYK
RGB Variations
Color information
#D668B5 (or 0xD668B5) is known color: Fuchsia. HEX triplet: D6, 68 and B5. RGB value is (214,104,181). Sum of RGB (Red+Green+Blue) = 214+104+181=499 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.89% from 499); Green value is 104 (41.02% from 255 or 20.84% from 499); Blue value is 181 (71.09% from 255 or 36.27% from 499); Max value from RGB is 214 - color contains mainly: red. Hex color #D668B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D668B5 is #29974A. Grayscale: #919191. Windows color (decimal): -2725707 or 11888854. OLE color: 11888854.
HSL color Cylindrical-coordinate representation of color #D668B5: hue angle of 318º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D668B5 is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 104 | 181 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.16 |
| HSL | 318º | 0.57% | 0.62% | - |
| HSV(B) | 318º | 0.51% | 0.84% | - |
| XYZ | 41.02 | 27.53 | 46.87 | - |
| YUV | 145.67 | 147.94 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 104 | 181 | 0 | 0.51 | 0.15 | 0.16 | 318 | 0.57 | 0.62 |
| Hex | D6 | 68 | B5 | 0 | 33 | F | 10 | 13E | 39 | 3E |
| Octal | 326 | 150 | 265 | 0 | 63 | 17 | 20 | 476 | 71 | 76 |
| Binary | 11010110 | 1101000 | 10110101 | 0 | 110011 | 1111 | 10000 | 100111110 | 111001 | 111110 |
Color Harmonies of #D668B5
Complementary color
Monochromatic Colors of #D668B5
Black with #D668B5
Text Example
Text Example
White with #D668B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D668B5; }
p { color: rgb(214,104,181); }
H1.HeaderClassName
{
color: #D668B5;
}
.AnyTagClassName
{
color: #D668B5;
}
</style>
background-color css
<style>
a { background-color: #D668B5; }
a { background-color: rgb(214,104,181); }
div.DivClassName
{
background-color: #D668B5;
}
.BgClassName
{
background-color: #D668B5;
}
</style>
border-color css
<style>
span { border-color: #D668B5; }
span { border-color: rgb(214,104,181); }
td.TdClassName
{
border-color: #D668B5;
}
.TagClassName
{
border-color: #D668B5;
}
</style>