#D95AB3

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

Shades of Fuchsia #D95AB3

Tints of Fuchsia #D95AB3

Color information

#D95AB3 (or 0xD95AB3) is unknown color: approx Fuchsia. HEX triplet: D9, 5A and B3. RGB value is (217,90,179). Sum of RGB (Red+Green+Blue) = 217+90+179=486 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.65% from 486); Green value is 90 (35.55% from 255 or 18.52% from 486); Blue value is 179 (70.31% from 255 or 36.83% from 486); Max value from RGB is 217 - color contains mainly: red. Hex color #D95AB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95AB3 is #26A54C. Grayscale: #898989. Windows color (decimal): -2532685 or 11754201. OLE color: 11754201.

HSL color Cylindrical-coordinate representation of color #D95AB3: hue angle of 317.95º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D95AB3 is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB21790179-
CMYK00.590.180.15
HSL317.95º62.56%60.2%-
HSV(B)317.95º58.53%85.1%-
XYZ40.4125.3245.41-
YUV138.12151.08184.26-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.65%
GREEN value IS 90 (35.55% from 255) = 18.52%
BLUE value IS 179 (70.31% from 255) = 36.83%
R=44.65%
G=18.52%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179017900.590.180.15317.9562.5660.2
HexD95AB303B12F13e3f3c
Octal33113226307322174767774
Binary110110011011010101100110111011100101111100111110111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95AB3; }

 p { color: rgb(217,90,179); }

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

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

 a { background-color: rgb(217,90,179); }

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

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

 span { border-color: rgb(217,90,179); }

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