#D75DB0

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

Shades of Fuchsia #D75DB0

Tints of Fuchsia #D75DB0

Color information

#D75DB0 (or 0xD75DB0) is unknown color: approx Fuchsia. HEX triplet: D7, 5D and B0. RGB value is (215,93,176). Sum of RGB (Red+Green+Blue) = 215+93+176=484 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.42% from 484); Green value is 93 (36.72% from 255 or 19.21% from 484); Blue value is 176 (69.14% from 255 or 36.36% from 484); Max value from RGB is 215 - color contains mainly: red. Hex color #D75DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75DB0 is #28A24F. Grayscale: #8A8A8A. Windows color (decimal): -2662992 or 11558359. OLE color: 11558359.

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

Color convert

RGB21593176-
CMYK00.570.180.16
HSL319.18º60.4%60.39%-
HSV(B)319.18º56.74%84.31%-
XYZ39.7825.4143.88-
YUV138.94148.92182.25-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.42%
GREEN value IS 93 (36.72% from 255) = 19.21%
BLUE value IS 176 (69.14% from 255) = 36.36%
R=44.42%
G=19.21%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2159317600.570.180.16319.1860.460.39
HexD75DB0039121013f3c3c
Octal32713526007122204777474
Binary1101011110111011011000001110011001010000100111111111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75DB0; }

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

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

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

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

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

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

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

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