#D651BA

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

Shades of Fuchsia #D651BA

Tints of Fuchsia #D651BA

Color information

#D651BA (or 0xD651BA) is unknown color: approx Fuchsia. HEX triplet: D6, 51 and BA. RGB value is (214,81,186). Sum of RGB (Red+Green+Blue) = 214+81+186=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 81 (32.03% from 255 or 16.84% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 214 - color contains mainly: red. Hex color #D651BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D651BA is #29AE45. Grayscale: #848484. Windows color (decimal): -2731590 or 12210646. OLE color: 12210646.

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

Color convert

RGB21481186-
CMYK00.620.130.16
HSL312.63º61.86%57.84%-
HSV(B)312.63º62.15%83.92%-
XYZ39.5423.7348.95-
YUV132.74158.06185.96-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.49%
GREEN value IS 81 (32.03% from 255) = 16.84%
BLUE value IS 186 (73.05% from 255) = 38.67%
R=44.49%
G=16.84%
B=38.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2148118600.620.130.16312.6361.8657.84
HexD651BA03ED101393e3a
Octal32612127207615204717672
Binary110101101010001101110100111110110110000100111001111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D651BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D651BA; }

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

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

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

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

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

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

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

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