#D765B7

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

Shades of Fuchsia #D765B7

Tints of Fuchsia #D765B7

Color information

#D765B7 (or 0xD765B7) is unknown color: approx Fuchsia. HEX triplet: D7, 65 and B7. RGB value is (215,101,183). Sum of RGB (Red+Green+Blue) = 215+101+183=499 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43.09% from 499); Green value is 101 (39.84% from 255 or 20.24% from 499); Blue value is 183 (71.88% from 255 or 36.67% from 499); Max value from RGB is 215 - color contains mainly: red. Hex color #D765B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D765B7 is #289A48. Grayscale: #909090. Windows color (decimal): -2660937 or 12019159. OLE color: 12019159.

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

Color convert

RGB215101183-
CMYK00.530.150.16
HSL316.84º58.76%61.96%-
HSV(B)316.84º53.02%84.31%-
XYZ41.2327.1747.87-
YUV144.43149.77178.33-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.09%
GREEN value IS 101 (39.84% from 255) = 20.24%
BLUE value IS 183 (71.88% from 255) = 36.67%
R=43.09%
G=20.24%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510118300.530.150.16316.8458.7661.96
HexD765B7035F1013d3b3e
Octal32714526706517204757376
Binary110101111100101101101110110101111110000100111101111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D765B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D765B7; }

 p { color: rgb(215,101,183); }

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

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

 a { background-color: rgb(215,101,183); }

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

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

 span { border-color: rgb(215,101,183); }

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