#D75DB3

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

Shades of Fuchsia #D75DB3

Tints of Fuchsia #D75DB3

Color information

#D75DB3 (or 0xD75DB3) is unknown color: approx Fuchsia. HEX triplet: D7, 5D and B3. RGB value is (215,93,179). Sum of RGB (Red+Green+Blue) = 215+93+179=487 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.15% from 487); Green value is 93 (36.72% from 255 or 19.10% from 487); Blue value is 179 (70.31% from 255 or 36.76% from 487); Max value from RGB is 215 - color contains mainly: red. Hex color #D75DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75DB3 is #28A24C. Grayscale: #8B8B8B. Windows color (decimal): -2662989 or 11754967. OLE color: 11754967.

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

Color convert

RGB21593179-
CMYK00.570.170.16
HSL317.7º60.4%60.39%-
HSV(B)317.7º56.74%84.31%-
XYZ40.0825.5345.46-
YUV139.28150.42182.01-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.15%
GREEN value IS 93 (36.72% from 255) = 19.10%
BLUE value IS 179 (70.31% from 255) = 36.76%
R=44.15%
G=19.10%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2159317900.570.170.16317.760.460.39
HexD75DB3039111013e3c3c
Octal32713526307121204767474
Binary1101011110111011011001101110011000110000100111110111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75DB3; }

 p { color: rgb(215,93,179); }

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

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

 a { background-color: rgb(215,93,179); }

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

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

 span { border-color: rgb(215,93,179); }

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