#D64FBB

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

Shades of Fuchsia #D64FBB

Tints of Fuchsia #D64FBB

Color information

#D64FBB (or 0xD64FBB) is unknown color: approx Fuchsia. HEX triplet: D6, 4F and BB. RGB value is (214,79,187). Sum of RGB (Red+Green+Blue) = 214+79+187=480 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.58% from 480); Green value is 79 (31.25% from 255 or 16.46% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 214 - color contains mainly: red. Hex color #D64FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D64FBB is #29B044. Grayscale: #838383. Windows color (decimal): -2732101 or 12275670. OLE color: 12275670.

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

Color convert

RGB21479187-
CMYK00.630.130.16
HSL312º62.21%57.45%-
HSV(B)312º63.08%83.92%-
XYZ39.523.4849.46-
YUV131.68159.23186.72-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.58%
GREEN value IS 79 (31.25% from 255) = 16.46%
BLUE value IS 187 (73.44% from 255) = 38.96%
R=44.58%
G=16.46%
B=38.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2147918700.630.130.1631262.2157.45
HexD64FBB03FD101383e39
Octal32611727307715204707671
Binary110101101001111101110110111111110110000100111000111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64FBB; }

 p { color: rgb(214,79,187); }

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

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

 a { background-color: rgb(214,79,187); }

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

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

 span { border-color: rgb(214,79,187); }

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