#D15CAD

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

Shades of Fuchsia #D15CAD

Tints of Fuchsia #D15CAD

Color information

#D15CAD (or 0xD15CAD) is unknown color: approx Fuchsia. HEX triplet: D1, 5C and AD. RGB value is (209,92,173). Sum of RGB (Red+Green+Blue) = 209+92+173=474 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.09% from 474); Green value is 92 (36.33% from 255 or 19.41% from 474); Blue value is 173 (67.97% from 255 or 36.50% from 474); Max value from RGB is 209 - color contains mainly: red. Hex color #D15CAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15CAD is #2EA352. Grayscale: #888888. Windows color (decimal): -3056467 or 11361489. OLE color: 11361489.

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

Color convert

RGB20992173-
CMYK00.560.170.18
HSL318.46º55.98%59.02%-
HSV(B)318.46º55.98%81.96%-
XYZ37.6624.2342.23-
YUV136.22148.76179.91-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.09%
GREEN value IS 92 (36.33% from 255) = 19.41%
BLUE value IS 173 (67.97% from 255) = 36.50%
R=44.09%
G=19.41%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099217300.560.170.18318.4655.9859.02
HexD15CAD038111213e383b
Octal32113425507021224767073
Binary1101000110111001010110101110001000110010100111110111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15CAD; }

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

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

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

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

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

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

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

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