Shades of Fuchsia #D655B4
Tints of Fuchsia #D655B4
RGB
CMYK
RGB Variations
Color information
#D655B4 (or 0xD655B4) is known color: Fuchsia. HEX triplet: D6, 55 and B4. RGB value is (214,85,180). Sum of RGB (Red+Green+Blue) = 214+85+180=479 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.68% from 479); Green value is 85 (33.59% from 255 or 17.75% from 479); Blue value is 180 (70.70% from 255 or 37.58% from 479); Max value from RGB is 214 - color contains mainly: red. Hex color #D655B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D655B4 is #29AA4B. Grayscale: #868686. Windows color (decimal): -2730572 or 11818454. OLE color: 11818454.
HSL color Cylindrical-coordinate representation of color #D655B4: hue angle of 315.81º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D655B4 is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 85 | 180 | - |
| CMYK | 0 | 0.60 | 0.16 | 0.16 |
| HSL | 315.81º | 0.61% | 0.59% | - |
| HSV(B) | 315.81º | 0.6% | 0.84% | - |
| XYZ | 39.22 | 24.09 | 45.76 | - |
| YUV | 134.4 | 153.74 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 85 | 180 | 0 | 0.60 | 0.16 | 0.16 | 315.81 | 0.61 | 0.59 |
| Hex | D6 | 55 | B4 | 0 | 3C | 10 | 10 | 13C | 3D | 3B |
| Octal | 326 | 125 | 264 | 0 | 74 | 20 | 20 | 474 | 75 | 73 |
| Binary | 11010110 | 1010101 | 10110100 | 0 | 111100 | 10000 | 10000 | 100111100 | 111101 | 111011 |
Color Harmonies of #D655B4
Complementary color
Monochromatic Colors of #D655B4
Black with #D655B4
Text Example
Text Example
White with #D655B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D655B4; }
p { color: rgb(214,85,180); }
H1.HeaderClassName
{
color: #D655B4;
}
.AnyTagClassName
{
color: #D655B4;
}
</style>
background-color css
<style>
a { background-color: #D655B4; }
a { background-color: rgb(214,85,180); }
div.DivClassName
{
background-color: #D655B4;
}
.BgClassName
{
background-color: #D655B4;
}
</style>
border-color css
<style>
span { border-color: #D655B4; }
span { border-color: rgb(214,85,180); }
td.TdClassName
{
border-color: #D655B4;
}
.TagClassName
{
border-color: #D655B4;
}
</style>