#D95DBB

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

Shades of Fuchsia #D95DBB

Tints of Fuchsia #D95DBB

Color information

#D95DBB (or 0xD95DBB) is unknown color: approx Fuchsia. HEX triplet: D9, 5D and BB. RGB value is (217,93,187). Sum of RGB (Red+Green+Blue) = 217+93+187=497 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.66% from 497); Green value is 93 (36.72% from 255 or 18.71% from 497); Blue value is 187 (73.44% from 255 or 37.63% from 497); Max value from RGB is 217 - color contains mainly: red. Hex color #D95DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95DBB is #26A244. Grayscale: #8C8C8C. Windows color (decimal): -2531909 or 12279257. OLE color: 12279257.

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

Color convert

RGB21793187-
CMYK00.570.140.15
HSL314.52º62%60.78%-
HSV(B)314.52º57.14%85.1%-
XYZ41.526.1749.88-
YUV140.79154.08182.36-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.66%
GREEN value IS 93 (36.72% from 255) = 18.71%
BLUE value IS 187 (73.44% from 255) = 37.63%
R=43.66%
G=18.71%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179318700.570.140.15314.526260.78
HexD95DBB039EF13b3e3d
Octal33113527307116174737675
Binary11011001101110110111011011100111101111100111011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95DBB; }

 p { color: rgb(217,93,187); }

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

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

 a { background-color: rgb(217,93,187); }

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

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

 span { border-color: rgb(217,93,187); }

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