#D15CBA

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

Shades of Fuchsia #D15CBA

Tints of Fuchsia #D15CBA

Color information

#D15CBA (or 0xD15CBA) is unknown color: approx Fuchsia. HEX triplet: D1, 5C and BA. RGB value is (209,92,186). Sum of RGB (Red+Green+Blue) = 209+92+186=487 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.92% from 487); Green value is 92 (36.33% from 255 or 18.89% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 209 - color contains mainly: red. Hex color #D15CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15CBA is #2EA345. Grayscale: #898989. Windows color (decimal): -3056454 or 12213457. OLE color: 12213457.

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

Color convert

RGB20992186-
CMYK00.560.110.18
HSL311.79º55.98%59.02%-
HSV(B)311.79º55.98%81.96%-
XYZ38.9824.7549.18-
YUV137.7155.26178.86-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.92%
GREEN value IS 92 (36.33% from 255) = 18.89%
BLUE value IS 186 (73.05% from 255) = 38.19%
R=42.92%
G=18.89%
B=38.19%

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
Decimal2099218600.560.110.18311.7955.9859.02
HexD15CBA038B12138383b
Octal32113427207013224707073
Binary110100011011100101110100111000101110010100111000111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15CBA; }

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

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

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

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

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

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

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

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