#D658BA

Color #D658BA Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #D658BA

Tints of Fuchsia #D658BA

Color information

#D658BA (or 0xD658BA) is unknown color: approx Fuchsia. HEX triplet: D6, 58 and BA. RGB value is (214,88,186). Sum of RGB (Red+Green+Blue) = 214+88+186=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 88 (34.77% from 255 or 18.03% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D658BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D658BA is #29A745. Grayscale: #888888. Windows color (decimal): -2729798 or 12212438. OLE color: 12212438.

HSL color Cylindrical-coordinate representation of color #D658BA: hue angle of 313.33º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D658BA is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB21488186-
CMYK00.590.130.16
HSL313.33º60.58%59.22%-
HSV(B)313.33º58.88%83.92%-
XYZ40.0824.8249.13-
YUV136.85155.74183.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 214 (83.98% from 255) = 43.85%
GREEN value IS 88 (34.77% from 255) = 18.03%
BLUE value IS 186 (73.05% from 255) = 38.11%
R=43.85%
G=18.03%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2148818600.590.130.16313.3360.5859.22
HexD658BA03BD101393d3b
Octal32613027207315204717573
Binary110101101011000101110100111011110110000100111001111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D658BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D658BA; }

 p { color: rgb(214,88,186); }

 H1.HeaderClassName
 {
   color: #D658BA;
 }
 .AnyTagClassName
 {
   color: #D658BA;
 }
</style>
background-color css

<style>
 a { background-color: #D658BA; }

 a { background-color: rgb(214,88,186); }

 div.DivClassName
 {
   background-color: #D658BA;
 }
 .BgClassName
 {
   background-color: #D658BA;
 }
</style>
border-color css

<style>
 span { border-color: #D658BA; }

 span { border-color: rgb(214,88,186); }

 td.TdClassName
 {
   border-color: #D658BA;
 }
 .TagClassName
 {
   border-color: #D658BA;
 }
</style>