#D95CB7

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

Shades of Fuchsia #D95CB7

Tints of Fuchsia #D95CB7

Color information

#D95CB7 (or 0xD95CB7) is unknown color: approx Fuchsia. HEX triplet: D9, 5C and B7. RGB value is (217,92,183). Sum of RGB (Red+Green+Blue) = 217+92+183=492 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.11% from 492); Green value is 92 (36.33% from 255 or 18.70% from 492); Blue value is 183 (71.88% from 255 or 37.20% from 492); Max value from RGB is 217 - color contains mainly: red. Hex color #D95CB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95CB7 is #26A348. Grayscale: #8B8B8B. Windows color (decimal): -2532169 or 12016857. OLE color: 12016857.

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

Color convert

RGB21792183-
CMYK00.580.160.15
HSL316.32º62.19%60.59%-
HSV(B)316.32º57.6%85.1%-
XYZ40.9925.8247.62-
YUV139.75152.41183.1-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.11%
GREEN value IS 92 (36.33% from 255) = 18.70%
BLUE value IS 183 (71.88% from 255) = 37.20%
R=44.11%
G=18.70%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179218300.580.160.15316.3262.1960.59
HexD95CB703A10F13c3e3d
Octal33113426707220174747675
Binary110110011011100101101110111010100001111100111100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95CB7; }

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

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

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

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

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

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

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

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