#D15FBB

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

Shades of Fuchsia #D15FBB

Tints of Fuchsia #D15FBB

Color information

#D15FBB (or 0xD15FBB) is unknown color: approx Fuchsia. HEX triplet: D1, 5F and BB. RGB value is (209,95,187). Sum of RGB (Red+Green+Blue) = 209+95+187=491 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.57% from 491); Green value is 95 (37.5% from 255 or 19.35% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 209 - color contains mainly: red. Hex color #D15FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15FBB is #2EA044. Grayscale: #8B8B8B. Windows color (decimal): -3055685 or 12279761. OLE color: 12279761.

HSL color Cylindrical-coordinate representation of color #D15FBB: hue angle of 311.58º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D15FBB is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB20995187-
CMYK00.550.110.18
HSL311.58º55.34%59.61%-
HSV(B)311.58º54.55%81.96%-
XYZ39.3625.3349.83-
YUV139.57154.77177.52-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.57%
GREEN value IS 95 (37.5% from 255) = 19.35%
BLUE value IS 187 (73.44% from 255) = 38.09%
R=42.57%
G=19.35%
B=38.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099518700.550.110.18311.5855.3459.61
HexD15FBB037B12138373c
Octal32113727306713224706774
Binary110100011011111101110110110111101110010100111000110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15FBB; }

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

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

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

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

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

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

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

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