#D65FB6

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

Shades of Fuchsia #D65FB6

Tints of Fuchsia #D65FB6

Color information

#D65FB6 (or 0xD65FB6) is unknown color: approx Fuchsia. HEX triplet: D6, 5F and B6. RGB value is (214,95,182). Sum of RGB (Red+Green+Blue) = 214+95+182=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 95 (37.5% from 255 or 19.35% from 491); Blue value is 182 (71.48% from 255 or 37.07% from 491); Max value from RGB is 214 - color contains mainly: red. Hex color #D65FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65FB6 is #29A049. Grayscale: #8C8C8C. Windows color (decimal): -2728010 or 11952086. OLE color: 11952086.

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

Color convert

RGB21495182-
CMYK00.560.150.16
HSL316.13º59.2%60.59%-
HSV(B)316.13º55.61%83.92%-
XYZ40.2725.8647.12-
YUV140.5151.42180.43-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.58%
GREEN value IS 95 (37.5% from 255) = 19.35%
BLUE value IS 182 (71.48% from 255) = 37.07%
R=43.58%
G=19.35%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149518200.560.150.16316.1359.260.59
HexD65FB6038F1013c3b3d
Octal32613726607017204747375
Binary110101101011111101101100111000111110000100111100111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65FB6; }

 p { color: rgb(214,95,182); }

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

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

 a { background-color: rgb(214,95,182); }

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

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

 span { border-color: rgb(214,95,182); }

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