#D465B4

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

Shades of Fuchsia #D465B4

Tints of Fuchsia #D465B4

Color information

#D465B4 (or 0xD465B4) is unknown color: approx Fuchsia. HEX triplet: D4, 65 and B4. RGB value is (212,101,180). Sum of RGB (Red+Green+Blue) = 212+101+180=493 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.00% from 493); Green value is 101 (39.84% from 255 or 20.49% from 493); Blue value is 180 (70.70% from 255 or 36.51% from 493); Max value from RGB is 212 - color contains mainly: red. Hex color #D465B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D465B4 is #2B9A4B. Grayscale: #8E8E8E. Windows color (decimal): -2857548 or 11822548. OLE color: 11822548.

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

Color convert

RGB212101180-
CMYK00.520.150.17
HSL317.3º56.35%61.37%-
HSV(B)317.3º52.36%83.14%-
XYZ40.0426.646.2-
YUV143.2148.77177.08-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.00%
GREEN value IS 101 (39.84% from 255) = 20.49%
BLUE value IS 180 (70.70% from 255) = 36.51%
R=43.00%
G=20.49%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.15
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210118000.520.150.17317.356.3561.37
HexD465B4034F1113d383d
Octal32414526406417214757075
Binary110101001100101101101000110100111110001100111101111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D465B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D465B4; }

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

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

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

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

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

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

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

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