#D95CB1

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

Shades of Fuchsia #D95CB1

Tints of Fuchsia #D95CB1

Color information

#D95CB1 (or 0xD95CB1) is unknown color: approx Fuchsia. HEX triplet: D9, 5C and B1. RGB value is (217,92,177). Sum of RGB (Red+Green+Blue) = 217+92+177=486 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.65% from 486); Green value is 92 (36.33% from 255 or 18.93% from 486); Blue value is 177 (69.53% from 255 or 36.42% from 486); Max value from RGB is 217 - color contains mainly: red. Hex color #D95CB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95CB1 is #26A34E. Grayscale: #8A8A8A. Windows color (decimal): -2532175 or 11623641. OLE color: 11623641.

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

Color convert

RGB21792177-
CMYK00.580.180.15
HSL319.2º62.19%60.59%-
HSV(B)319.2º57.6%85.1%-
XYZ40.3825.5844.4-
YUV139.06149.41183.59-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.65%
GREEN value IS 92 (36.33% from 255) = 18.93%
BLUE value IS 177 (69.53% from 255) = 36.42%
R=44.65%
G=18.93%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179217700.580.180.15319.262.1960.59
HexD95CB103A12F13f3e3d
Octal33113426107222174777675
Binary110110011011100101100010111010100101111100111111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95CB1; }

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

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

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

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

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

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

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

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