#D75DB8

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

Shades of Fuchsia #D75DB8

Tints of Fuchsia #D75DB8

Color information

#D75DB8 (or 0xD75DB8) is unknown color: approx Fuchsia. HEX triplet: D7, 5D and B8. RGB value is (215,93,184). Sum of RGB (Red+Green+Blue) = 215+93+184=492 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.70% from 492); Green value is 93 (36.72% from 255 or 18.90% from 492); Blue value is 184 (72.27% from 255 or 37.40% from 492); Max value from RGB is 215 - color contains mainly: red. Hex color #D75DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75DB8 is #28A247. Grayscale: #8B8B8B. Windows color (decimal): -2662984 or 12082647. OLE color: 12082647.

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

Color convert

RGB21593184-
CMYK00.570.140.16
HSL315.25º60.4%60.39%-
HSV(B)315.25º56.74%84.31%-
XYZ40.5925.7448.18-
YUV139.85152.92181.6-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.70%
GREEN value IS 93 (36.72% from 255) = 18.90%
BLUE value IS 184 (72.27% from 255) = 37.40%
R=43.70%
G=18.90%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2159318400.570.140.16315.2560.460.39
HexD75DB8039E1013b3c3c
Octal32713527007116204737474
Binary110101111011101101110000111001111010000100111011111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75DB8; }

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

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

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

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

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

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

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

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