#D15DB9

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

Shades of Fuchsia #D15DB9

Tints of Fuchsia #D15DB9

Color information

#D15DB9 (or 0xD15DB9) is unknown color: approx Fuchsia. HEX triplet: D1, 5D and B9. RGB value is (209,93,185). Sum of RGB (Red+Green+Blue) = 209+93+185=487 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.92% from 487); Green value is 93 (36.72% from 255 or 19.10% from 487); Blue value is 185 (72.66% from 255 or 37.99% from 487); Max value from RGB is 209 - color contains mainly: red. Hex color #D15DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15DB9 is #2EA246. Grayscale: #898989. Windows color (decimal): -3056199 or 12148177. OLE color: 12148177.

HSL color Cylindrical-coordinate representation of color #D15DB9: hue angle of 312.41º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D15DB9 is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB20993185-
CMYK00.560.110.18
HSL312.41º55.77%59.22%-
HSV(B)312.41º55.5%81.96%-
XYZ38.9724.8948.65-
YUV138.17154.43178.52-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.92%
GREEN value IS 93 (36.72% from 255) = 19.10%
BLUE value IS 185 (72.66% from 255) = 37.99%
R=42.92%
G=19.10%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099318500.560.110.18312.4155.7759.22
HexD15DB9038B12138383b
Octal32113527107013224707073
Binary110100011011101101110010111000101110010100111000111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15DB9; }

 p { color: rgb(209,93,185); }

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

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

 a { background-color: rgb(209,93,185); }

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

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

 span { border-color: rgb(209,93,185); }

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