#D75DBE

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

Shades of Fuchsia #D75DBE

Tints of Fuchsia #D75DBE

Color information

#D75DBE (or 0xD75DBE) is unknown color: approx Fuchsia. HEX triplet: D7, 5D and BE. RGB value is (215,93,190). Sum of RGB (Red+Green+Blue) = 215+93+190=498 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.17% from 498); Green value is 93 (36.72% from 255 or 18.67% from 498); Blue value is 190 (74.61% from 255 or 38.15% from 498); Max value from RGB is 215 - color contains mainly: red. Hex color #D75DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75DBE is #28A241. Grayscale: #8C8C8C. Windows color (decimal): -2662978 or 12475863. OLE color: 12475863.

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

Color convert

RGB21593190-
CMYK00.570.120.16
HSL312.3º60.4%60.39%-
HSV(B)312.3º56.74%84.31%-
XYZ41.2325.9951.56-
YUV140.54155.92181.11-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.17%
GREEN value IS 93 (36.72% from 255) = 18.67%
BLUE value IS 190 (74.61% from 255) = 38.15%
R=43.17%
G=18.67%
B=38.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2159319000.570.120.16312.360.460.39
HexD75DBE039C101383c3c
Octal32713527607114204707474
Binary110101111011101101111100111001110010000100111000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75DBE; }

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

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

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

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

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

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

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

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