#D95CB8

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

Shades of Fuchsia #D95CB8

Tints of Fuchsia #D95CB8

Color information

#D95CB8 (or 0xD95CB8) is unknown color: approx Fuchsia. HEX triplet: D9, 5C and B8. RGB value is (217,92,184). Sum of RGB (Red+Green+Blue) = 217+92+184=493 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.02% from 493); Green value is 92 (36.33% from 255 or 18.66% from 493); Blue value is 184 (72.27% from 255 or 37.32% from 493); Max value from RGB is 217 - color contains mainly: red. Hex color #D95CB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95CB8 is #26A347. Grayscale: #8B8B8B. Windows color (decimal): -2532168 or 12082393. OLE color: 12082393.

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

Color convert

RGB21792184-
CMYK00.580.150.15
HSL315.84º62.19%60.59%-
HSV(B)315.84º57.6%85.1%-
XYZ41.0925.8748.17-
YUV139.86152.91183.02-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.02%
GREEN value IS 92 (36.33% from 255) = 18.66%
BLUE value IS 184 (72.27% from 255) = 37.32%
R=44.02%
G=18.66%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179218400.580.150.15315.8462.1960.59
HexD95CB803AFF13c3e3d
Octal33113427007217174747675
Binary11011001101110010111000011101011111111100111100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95CB8; }

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

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

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

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

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

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

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

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