#D465B3

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

Shades of Fuchsia #D465B3

Tints of Fuchsia #D465B3

Color information

#D465B3 (or 0xD465B3) is unknown color: approx Fuchsia. HEX triplet: D4, 65 and B3. RGB value is (212,101,179). Sum of RGB (Red+Green+Blue) = 212+101+179=492 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.09% from 492); Green value is 101 (39.84% from 255 or 20.53% from 492); Blue value is 179 (70.31% from 255 or 36.38% from 492); Max value from RGB is 212 - color contains mainly: red. Hex color #D465B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D465B3 is #2B9A4C. Grayscale: #8E8E8E. Windows color (decimal): -2857549 or 11757012. OLE color: 11757012.

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

Color convert

RGB212101179-
CMYK00.520.160.17
HSL317.84º56.35%61.37%-
HSV(B)317.84º52.36%83.14%-
XYZ39.9426.5645.67-
YUV143.08148.27177.16-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.09%
GREEN value IS 101 (39.84% from 255) = 20.53%
BLUE value IS 179 (70.31% from 255) = 36.38%
R=43.09%
G=20.53%
B=36.38%

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
Decimal21210117900.520.160.17317.8456.3561.37
HexD465B3034101113e383d
Octal32414526306420214767075
Binary1101010011001011011001101101001000010001100111110111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D465B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D465B3; }

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

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

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

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

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

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

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

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