#D464B3

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

Shades of Fuchsia #D464B3

Tints of Fuchsia #D464B3

Color information

#D464B3 (or 0xD464B3) is unknown color: approx Fuchsia. HEX triplet: D4, 64 and B3. RGB value is (212,100,179). Sum of RGB (Red+Green+Blue) = 212+100+179=491 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.18% from 491); Green value is 100 (39.45% from 255 or 20.37% from 491); Blue value is 179 (70.31% from 255 or 36.46% from 491); Max value from RGB is 212 - color contains mainly: red. Hex color #D464B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D464B3 is #2B9B4C. Grayscale: #8E8E8E. Windows color (decimal): -2857805 or 11756756. OLE color: 11756756.

HSL color Cylindrical-coordinate representation of color #D464B3: hue angle of 317.68º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D464B3 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.17.

Color convert

RGB212100179-
CMYK00.530.160.17
HSL317.68º56.57%61.18%-
HSV(B)317.68º52.83%83.14%-
XYZ39.8526.3745.64-
YUV142.49148.61177.58-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.18%
GREEN value IS 100 (39.45% from 255) = 20.37%
BLUE value IS 179 (70.31% from 255) = 36.46%
R=43.18%
G=20.37%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.16
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210017900.530.160.17317.6856.5761.18
HexD464B3035101113e393d
Octal32414426306520214767175
Binary1101010011001001011001101101011000010001100111110111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D464B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D464B3; }

 p { color: rgb(212,100,179); }

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

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

 a { background-color: rgb(212,100,179); }

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

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

 span { border-color: rgb(212,100,179); }

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