#D95FD6

Color #D95FD6 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #D95FD6

Tints of Free Speech Magenta #D95FD6

Color information

#D95FD6 (or 0xD95FD6) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 5F and D6. RGB value is (217,95,214). Sum of RGB (Red+Green+Blue) = 217+95+214=526 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.25% from 526); Green value is 95 (37.5% from 255 or 18.06% from 526); Blue value is 214 (83.98% from 255 or 40.68% from 526); Max value from RGB is 217 - color contains mainly: red. Hex color #D95FD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95FD6 is #26A029. Grayscale: #909090. Windows color (decimal): -2531370 or 14049241. OLE color: 14049241.

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

Color convert

RGB21795214-
CMYK00.560.010.15
HSL301.48º61.62%61.18%-
HSV(B)301.48º56.22%85.1%-
XYZ44.8527.7966.62-
YUV145.04166.92179.32-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.25%
GREEN value IS 95 (37.5% from 255) = 18.06%
BLUE value IS 214 (83.98% from 255) = 40.68%
R=41.25%
G=18.06%
B=40.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179521400.560.010.15301.4861.6261.18
HexD95FD60381F12d3e3d
Octal3311373260701174557675
Binary11011001101111111010110011100011111100101101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95FD6; }

 p { color: rgb(217,95,214); }

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

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

 a { background-color: rgb(217,95,214); }

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

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

 span { border-color: rgb(217,95,214); }

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