#D75DB1

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

Shades of Fuchsia #D75DB1

Tints of Fuchsia #D75DB1

Color information

#D75DB1 (or 0xD75DB1) is unknown color: approx Fuchsia. HEX triplet: D7, 5D and B1. RGB value is (215,93,177). Sum of RGB (Red+Green+Blue) = 215+93+177=485 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.33% from 485); Green value is 93 (36.72% from 255 or 19.18% from 485); Blue value is 177 (69.53% from 255 or 36.49% from 485); Max value from RGB is 215 - color contains mainly: red. Hex color #D75DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75DB1 is #28A24E. Grayscale: #8A8A8A. Windows color (decimal): -2662991 or 11623895. OLE color: 11623895.

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

Color convert

RGB21593177-
CMYK00.570.180.16
HSL318.69º60.4%60.39%-
HSV(B)318.69º56.74%84.31%-
XYZ39.8725.4544.41-
YUV139.05149.42182.17-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.33%
GREEN value IS 93 (36.72% from 255) = 19.18%
BLUE value IS 177 (69.53% from 255) = 36.49%
R=44.33%
G=19.18%
B=36.49%

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
Decimal2159317700.570.180.16318.6960.460.39
HexD75DB1039121013f3c3c
Octal32713526107122204777474
Binary1101011110111011011000101110011001010000100111111111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75DB1; }

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

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

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

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

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

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

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

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