#D15CAC

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

Shades of Fuchsia #D15CAC

Tints of Fuchsia #D15CAC

Color information

#D15CAC (or 0xD15CAC) is unknown color: approx Fuchsia. HEX triplet: D1, 5C and AC. RGB value is (209,92,172). Sum of RGB (Red+Green+Blue) = 209+92+172=473 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.19% from 473); Green value is 92 (36.33% from 255 or 19.45% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 209 - color contains mainly: red. Hex color #D15CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15CAC is #2EA353. Grayscale: #878787. Windows color (decimal): -3056468 or 11295953. OLE color: 11295953.

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

Color convert

RGB20992172-
CMYK00.560.180.18
HSL318.97º55.98%59.02%-
HSV(B)318.97º55.98%81.96%-
XYZ37.5724.1941.72-
YUV136.1148.26180-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.19%
GREEN value IS 92 (36.33% from 255) = 19.45%
BLUE value IS 172 (67.58% from 255) = 36.36%
R=44.19%
G=19.45%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099217200.560.180.18318.9755.9859.02
HexD15CAC038121213f383b
Octal32113425407022224777073
Binary1101000110111001010110001110001001010010100111111111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15CAC; }

 p { color: rgb(209,92,172); }

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

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

 a { background-color: rgb(209,92,172); }

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

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

 span { border-color: rgb(209,92,172); }

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