#D762B5

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

Shades of Fuchsia #D762B5

Tints of Fuchsia #D762B5

Color information

#D762B5 (or 0xD762B5) is unknown color: approx Fuchsia. HEX triplet: D7, 62 and B5. RGB value is (215,98,181). Sum of RGB (Red+Green+Blue) = 215+98+181=494 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.52% from 494); Green value is 98 (38.67% from 255 or 19.84% from 494); Blue value is 181 (71.09% from 255 or 36.64% from 494); Max value from RGB is 215 - color contains mainly: red. Hex color #D762B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D762B5 is #289D4A. Grayscale: #8E8E8E. Windows color (decimal): -2661707 or 11887319. OLE color: 11887319.

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

Color convert

RGB21598181-
CMYK00.540.160.16
HSL317.44º59.39%61.37%-
HSV(B)317.44º54.42%84.31%-
XYZ40.7326.5246.69-
YUV142.44149.76179.75-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.52%
GREEN value IS 98 (38.67% from 255) = 19.84%
BLUE value IS 181 (71.09% from 255) = 36.64%
R=43.52%
G=19.84%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2159818100.540.160.16317.4459.3961.37
HexD762B5036101013d3b3d
Octal32714226506620204757375
Binary1101011111000101011010101101101000010000100111101111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D762B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D762B5; }

 p { color: rgb(215,98,181); }

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

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

 a { background-color: rgb(215,98,181); }

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

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

 span { border-color: rgb(215,98,181); }

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