#D651B5

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

Shades of Fuchsia #D651B5

Tints of Fuchsia #D651B5

Color information

#D651B5 (or 0xD651B5) is unknown color: approx Fuchsia. HEX triplet: D6, 51 and B5. RGB value is (214,81,181). Sum of RGB (Red+Green+Blue) = 214+81+181=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 81 (32.03% from 255 or 17.02% from 476); Blue value is 181 (71.09% from 255 or 38.03% from 476); Max value from RGB is 214 - color contains mainly: red. Hex color #D651B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D651B5 is #29AE4A. Grayscale: #838383. Windows color (decimal): -2731595 or 11882966. OLE color: 11882966.

HSL color Cylindrical-coordinate representation of color #D651B5: hue angle of 314.89º 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 #D651B5 is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB21481181-
CMYK00.620.150.16
HSL314.89º61.86%57.84%-
HSV(B)314.89º62.15%83.92%-
XYZ39.0123.5246.2-
YUV132.17155.56186.37-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.96%
GREEN value IS 81 (32.03% from 255) = 17.02%
BLUE value IS 181 (71.09% from 255) = 38.03%
R=44.96%
G=17.02%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2148118100.620.150.16314.8961.8657.84
HexD651B503EF1013b3e3a
Octal32612126507617204737672
Binary110101101010001101101010111110111110000100111011111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D651B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D651B5; }

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

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

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

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

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

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

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

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