#D15CB3

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

Shades of Fuchsia #D15CB3

Tints of Fuchsia #D15CB3

Color information

#D15CB3 (or 0xD15CB3) is unknown color: approx Fuchsia. HEX triplet: D1, 5C and B3. RGB value is (209,92,179). Sum of RGB (Red+Green+Blue) = 209+92+179=480 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.54% from 480); Green value is 92 (36.33% from 255 or 19.17% from 480); Blue value is 179 (70.31% from 255 or 37.29% from 480); Max value from RGB is 209 - color contains mainly: red. Hex color #D15CB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15CB3 is #2EA34C. Grayscale: #888888. Windows color (decimal): -3056461 or 11754705. OLE color: 11754705.

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

Color convert

RGB20992179-
CMYK00.560.140.18
HSL315.38º55.98%59.02%-
HSV(B)315.38º55.98%81.96%-
XYZ38.2624.4645.35-
YUV136.9151.76179.43-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.54%
GREEN value IS 92 (36.33% from 255) = 19.17%
BLUE value IS 179 (70.31% from 255) = 37.29%
R=43.54%
G=19.17%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099217900.560.140.18315.3855.9859.02
HexD15CB3038E1213b383b
Octal32113426307016224737073
Binary110100011011100101100110111000111010010100111011111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15CB3; }

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

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

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

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

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

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

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

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