#D15CBB

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

Shades of Fuchsia #D15CBB

Tints of Fuchsia #D15CBB

Color information

#D15CBB (or 0xD15CBB) is unknown color: approx Fuchsia. HEX triplet: D1, 5C and BB. RGB value is (209,92,187). Sum of RGB (Red+Green+Blue) = 209+92+187=488 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.83% from 488); Green value is 92 (36.33% from 255 or 18.85% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 209 - color contains mainly: red. Hex color #D15CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15CBB is #2EA344. Grayscale: #898989. Windows color (decimal): -3056453 or 12278993. OLE color: 12278993.

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

Color convert

RGB20992187-
CMYK00.560.110.18
HSL311.28º55.98%59.02%-
HSV(B)311.28º55.98%81.96%-
XYZ39.0924.849.74-
YUV137.81155.76178.78-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.83%
GREEN value IS 92 (36.33% from 255) = 18.85%
BLUE value IS 187 (73.44% from 255) = 38.32%
R=42.83%
G=18.85%
B=38.32%

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
Decimal2099218700.560.110.18311.2855.9859.02
HexD15CBB038B12137383b
Octal32113427307013224677073
Binary110100011011100101110110111000101110010100110111111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15CBB; }

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

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

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

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

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

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

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

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