#D664B3

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

Shades of Fuchsia #D664B3

Tints of Fuchsia #D664B3

Color information

#D664B3 (or 0xD664B3) is unknown color: approx Fuchsia. HEX triplet: D6, 64 and B3. RGB value is (214,100,179). Sum of RGB (Red+Green+Blue) = 214+100+179=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 100 (39.45% from 255 or 20.28% from 493); Blue value is 179 (70.31% from 255 or 36.31% from 493); Max value from RGB is 214 - color contains mainly: red. Hex color #D664B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D664B3 is #299B4C. Grayscale: #8E8E8E. Windows color (decimal): -2726733 or 11756758. OLE color: 11756758.

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

Color convert

RGB214100179-
CMYK00.530.160.16
HSL318.42º58.16%61.57%-
HSV(B)318.42º53.27%83.92%-
XYZ40.4326.6745.66-
YUV143.09148.27178.58-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.41%
GREEN value IS 100 (39.45% from 255) = 20.28%
BLUE value IS 179 (70.31% from 255) = 36.31%
R=43.41%
G=20.28%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410017900.530.160.16318.4258.1661.57
HexD664B3035101013e3a3e
Octal32614426306520204767276
Binary1101011011001001011001101101011000010000100111110111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D664B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D664B3; }

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

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

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

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

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

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

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

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