#D15DCB

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

Shades of Fuchsia #D15DCB

Tints of Fuchsia #D15DCB

Color information

#D15DCB (or 0xD15DCB) is unknown color: approx Fuchsia. HEX triplet: D1, 5D and CB. RGB value is (209,93,203). Sum of RGB (Red+Green+Blue) = 209+93+203=505 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.39% from 505); Green value is 93 (36.72% from 255 or 18.42% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 209 - color contains mainly: red. Hex color #D15DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15DCB is #2EA234. Grayscale: #8B8B8B. Windows color (decimal): -3056181 or 13327825. OLE color: 13327825.

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

Color convert

RGB20993203-
CMYK00.560.030.18
HSL303.1º55.77%59.22%-
HSV(B)303.1º55.5%81.96%-
XYZ40.9925.759.3-
YUV140.22163.43177.06-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.39%
GREEN value IS 93 (36.72% from 255) = 18.42%
BLUE value IS 203 (79.69% from 255) = 40.20%
R=41.39%
G=18.42%
B=40.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099320300.560.030.18303.155.7759.22
HexD15DCB03831212f383b
Octal3211353130703224577073
Binary1101000110111011100101101110001110010100101111111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15DCB; }

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

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

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

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

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

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

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

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