#D75DB4

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

Shades of Fuchsia #D75DB4

Tints of Fuchsia #D75DB4

Color information

#D75DB4 (or 0xD75DB4) is unknown color: approx Fuchsia. HEX triplet: D7, 5D and B4. RGB value is (215,93,180). Sum of RGB (Red+Green+Blue) = 215+93+180=488 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.06% from 488); Green value is 93 (36.72% from 255 or 19.06% from 488); Blue value is 180 (70.70% from 255 or 36.89% from 488); Max value from RGB is 215 - color contains mainly: red. Hex color #D75DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75DB4 is #28A24B. Grayscale: #8B8B8B. Windows color (decimal): -2662988 or 11820503. OLE color: 11820503.

HSL color Cylindrical-coordinate representation of color #D75DB4: hue angle of 317.21º 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 #D75DB4 is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB21593180-
CMYK00.570.160.16
HSL317.21º60.4%60.39%-
HSV(B)317.21º56.74%84.31%-
XYZ40.1825.5746-
YUV139.4150.92181.93-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.06%
GREEN value IS 93 (36.72% from 255) = 19.06%
BLUE value IS 180 (70.70% from 255) = 36.89%
R=44.06%
G=19.06%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2159318000.570.160.16317.2160.460.39
HexD75DB4039101013d3c3c
Octal32713526407120204757474
Binary1101011110111011011010001110011000010000100111101111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75DB4; }

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

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

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

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

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

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

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

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