#D464B1

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

Shades of Fuchsia #D464B1

Tints of Fuchsia #D464B1

Color information

#D464B1 (or 0xD464B1) is unknown color: approx Fuchsia. HEX triplet: D4, 64 and B1. RGB value is (212,100,177). Sum of RGB (Red+Green+Blue) = 212+100+177=489 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.35% from 489); Green value is 100 (39.45% from 255 or 20.45% from 489); Blue value is 177 (69.53% from 255 or 36.20% from 489); Max value from RGB is 212 - color contains mainly: red. Hex color #D464B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D464B1 is #2B9B4E. Grayscale: #8E8E8E. Windows color (decimal): -2857807 or 11625684. OLE color: 11625684.

HSL color Cylindrical-coordinate representation of color #D464B1: hue angle of 318.75º 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 #D464B1 is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.17.

Color convert

RGB212100177-
CMYK00.530.170.17
HSL318.75º56.57%61.18%-
HSV(B)318.75º52.83%83.14%-
XYZ39.6426.2944.58-
YUV142.27147.61177.74-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.35%
GREEN value IS 100 (39.45% from 255) = 20.45%
BLUE value IS 177 (69.53% from 255) = 36.20%
R=43.35%
G=20.45%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.17
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210017700.530.170.17318.7556.5761.18
HexD464B1035111113f393d
Octal32414426106521214777175
Binary1101010011001001011000101101011000110001100111111111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D464B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D464B1; }

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

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

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

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

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

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

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

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