#D95CB3

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

Shades of Fuchsia #D95CB3

Tints of Fuchsia #D95CB3

Color information

#D95CB3 (or 0xD95CB3) is unknown color: approx Fuchsia. HEX triplet: D9, 5C and B3. RGB value is (217,92,179). Sum of RGB (Red+Green+Blue) = 217+92+179=488 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.47% from 488); Green value is 92 (36.33% from 255 or 18.85% from 488); Blue value is 179 (70.31% from 255 or 36.68% from 488); Max value from RGB is 217 - color contains mainly: red. Hex color #D95CB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95CB3 is #26A34C. Grayscale: #8B8B8B. Windows color (decimal): -2532173 or 11754713. OLE color: 11754713.

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

Color convert

RGB21792179-
CMYK00.580.180.15
HSL318.24º62.19%60.59%-
HSV(B)318.24º57.6%85.1%-
XYZ40.5825.6645.46-
YUV139.29150.41183.43-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.47%
GREEN value IS 92 (36.33% from 255) = 18.85%
BLUE value IS 179 (70.31% from 255) = 36.68%
R=44.47%
G=18.85%
B=36.68%

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
Decimal2179217900.580.180.15318.2462.1960.59
HexD95CB303A12F13e3e3d
Octal33113426307222174767675
Binary110110011011100101100110111010100101111100111110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95CB3; }

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

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

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

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

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

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

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

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