#D95CB5

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

Shades of Fuchsia #D95CB5

Tints of Fuchsia #D95CB5

Color information

#D95CB5 (or 0xD95CB5) is unknown color: approx Fuchsia. HEX triplet: D9, 5C and B5. RGB value is (217,92,181). Sum of RGB (Red+Green+Blue) = 217+92+181=490 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.29% from 490); Green value is 92 (36.33% from 255 or 18.78% from 490); Blue value is 181 (71.09% from 255 or 36.94% from 490); Max value from RGB is 217 - color contains mainly: red. Hex color #D95CB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95CB5 is #26A34A. Grayscale: #8B8B8B. Windows color (decimal): -2532171 or 11885785. OLE color: 11885785.

HSL color Cylindrical-coordinate representation of color #D95CB5: hue angle of 317.28º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D95CB5 is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB21792181-
CMYK00.580.170.15
HSL317.28º62.19%60.59%-
HSV(B)317.28º57.6%85.1%-
XYZ40.7825.7446.54-
YUV139.52151.41183.26-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.29%
GREEN value IS 92 (36.33% from 255) = 18.78%
BLUE value IS 181 (71.09% from 255) = 36.94%
R=44.29%
G=18.78%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179218100.580.170.15317.2862.1960.59
HexD95CB503A11F13d3e3d
Octal33113426507221174757675
Binary110110011011100101101010111010100011111100111101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95CB5; }

 p { color: rgb(217,92,181); }

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

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

 a { background-color: rgb(217,92,181); }

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

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

 span { border-color: rgb(217,92,181); }

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