#D761B9

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

Shades of Fuchsia #D761B9

Tints of Fuchsia #D761B9

Color information

#D761B9 (or 0xD761B9) is unknown color: approx Fuchsia. HEX triplet: D7, 61 and B9. RGB value is (215,97,185). Sum of RGB (Red+Green+Blue) = 215+97+185=497 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.26% from 497); Green value is 97 (38.28% from 255 or 19.52% from 497); Blue value is 185 (72.66% from 255 or 37.22% from 497); Max value from RGB is 215 - color contains mainly: red. Hex color #D761B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D761B9 is #289E46. Grayscale: #8E8E8E. Windows color (decimal): -2661959 or 12149207. OLE color: 12149207.

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

Color convert

RGB21597185-
CMYK00.550.140.16
HSL315.25º59.6%61.18%-
HSV(B)315.25º54.88%84.31%-
XYZ41.0626.548.85-
YUV142.31152.09179.84-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.26%
GREEN value IS 97 (38.28% from 255) = 19.52%
BLUE value IS 185 (72.66% from 255) = 37.22%
R=43.26%
G=19.52%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2159718500.550.140.16315.2559.661.18
HexD761B9037E1013b3c3d
Octal32714127106716204737475
Binary110101111100001101110010110111111010000100111011111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D761B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D761B9; }

 p { color: rgb(215,97,185); }

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

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

 a { background-color: rgb(215,97,185); }

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

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

 span { border-color: rgb(215,97,185); }

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