#D465B2

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

Shades of Fuchsia #D465B2

Tints of Fuchsia #D465B2

Color information

#D465B2 (or 0xD465B2) is unknown color: approx Fuchsia. HEX triplet: D4, 65 and B2. RGB value is (212,101,178). Sum of RGB (Red+Green+Blue) = 212+101+178=491 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.18% from 491); Green value is 101 (39.84% from 255 or 20.57% from 491); Blue value is 178 (69.92% from 255 or 36.25% from 491); Max value from RGB is 212 - color contains mainly: red. Hex color #D465B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D465B2 is #2B9A4D. Grayscale: #8E8E8E. Windows color (decimal): -2857550 or 11691476. OLE color: 11691476.

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

Color convert

RGB212101178-
CMYK00.520.160.17
HSL318.38º56.35%61.37%-
HSV(B)318.38º52.36%83.14%-
XYZ39.8426.5245.14-
YUV142.97147.77177.24-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.18%
GREEN value IS 101 (39.84% from 255) = 20.57%
BLUE value IS 178 (69.92% from 255) = 36.25%
R=43.18%
G=20.57%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.16
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210117800.520.160.17318.3856.3561.37
HexD465B2034101113e383d
Octal32414526206420214767075
Binary1101010011001011011001001101001000010001100111110111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D465B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D465B2; }

 p { color: rgb(212,101,178); }

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

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

 a { background-color: rgb(212,101,178); }

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

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

 span { border-color: rgb(212,101,178); }

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